about summary refs log tree commit diff
path: root/pkgs/tools/networking/nylon
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2018-07-22 21:50:19 +0200
committerLluís Batlle i Rossell <viric@viric.name>2018-07-22 21:50:19 +0200
commit66d7126255b96a3d9c1cc0cdd7c2cd79d1789758 (patch)
tree03aca0dbd10224a22189a14b1e82e71e57862983 /pkgs/tools/networking/nylon
parentbb3986a5fcb34f4ddb87fe88be44dea9a76283c0 (diff)
downloadnixlib-66d7126255b96a3d9c1cc0cdd7c2cd79d1789758.tar
nixlib-66d7126255b96a3d9c1cc0cdd7c2cd79d1789758.tar.gz
nixlib-66d7126255b96a3d9c1cc0cdd7c2cd79d1789758.tar.bz2
nixlib-66d7126255b96a3d9c1cc0cdd7c2cd79d1789758.tar.lz
nixlib-66d7126255b96a3d9c1cc0cdd7c2cd79d1789758.tar.xz
nixlib-66d7126255b96a3d9c1cc0cdd7c2cd79d1789758.tar.zst
nixlib-66d7126255b96a3d9c1cc0cdd7c2cd79d1789758.zip
Take me (viric) out of most maintenance
Since years I'm not maintaining anything of the list below other
than some updates when I needed them for some reason. Other people
is doing that maintenance on my behalf so I better take me out but
for very few packages. Finally!
Diffstat (limited to 'pkgs/tools/networking/nylon')
-rw-r--r--pkgs/tools/networking/nylon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/nylon/default.nix b/pkgs/tools/networking/nylon/default.nix
index bc026d6835b8..5c8f98101eed 100644
--- a/pkgs/tools/networking/nylon/default.nix
+++ b/pkgs/tools/networking/nylon/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
     homepage = http://monkey.org/~marius/nylon;
     description = "Proxy server, supporting SOCKS 4 and 5, as well as a mirror mode";
     license = licenses.bsdOriginal;
-    maintainers = with maintainers; [ edwtjo viric ];
+    maintainers = with maintainers; [ edwtjo ];
     platforms = platforms.linux;
   };
 }