summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorAlvar Penning <post@0x21.biz>2020-08-15 15:25:59 +0200
committerAlvar Penning <post@0x21.biz>2020-08-15 16:03:46 +0200
commit0a53c6b5654e01875f5b1083bcc32455ee5c3fc7 (patch)
tree1d2165a40eb40427b0ee0a805c2fbadc72c9fa16 /pkgs/tools/networking
parentd71a03ad695407dd482ead32d3eddff50092a1c3 (diff)
downloadnixpkgs-0a53c6b5654e01875f5b1083bcc32455ee5c3fc7.tar
nixpkgs-0a53c6b5654e01875f5b1083bcc32455ee5c3fc7.tar.gz
nixpkgs-0a53c6b5654e01875f5b1083bcc32455ee5c3fc7.tar.bz2
nixpkgs-0a53c6b5654e01875f5b1083bcc32455ee5c3fc7.tar.lz
nixpkgs-0a53c6b5654e01875f5b1083bcc32455ee5c3fc7.tar.xz
nixpkgs-0a53c6b5654e01875f5b1083bcc32455ee5c3fc7.tar.zst
nixpkgs-0a53c6b5654e01875f5b1083bcc32455ee5c3fc7.zip
maintainers: rename geistesk to oxzi
For reasons I have renamed my GitHub account and would like to include
this name change here.
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/go-shadowsocks2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/go-shadowsocks2/default.nix b/pkgs/tools/networking/go-shadowsocks2/default.nix
index 1591b6acf5b..6b55c21b5b0 100644
--- a/pkgs/tools/networking/go-shadowsocks2/default.nix
+++ b/pkgs/tools/networking/go-shadowsocks2/default.nix
@@ -19,6 +19,6 @@ buildGoPackage rec {
     description = "Fresh implementation of Shadowsocks in Go";
     homepage = "https://github.com/shadowsocks/go-shadowsocks2/";
     license = licenses.asl20;
-    maintainers = with maintainers; [ geistesk ];
+    maintainers = with maintainers; [ oxzi ];
   };
 }