about summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-07-29 12:23:48 +0100
committerGitHub <noreply@github.com>2018-07-29 12:23:48 +0100
commit08254f24620de5192fcf22db03ed01ad3f19bf57 (patch)
tree30aa6e358cd5b0101a9d3a05cefce5f85be65c5d /pkgs/tools/networking
parent718b15708b9aa054630f9f829aae30d14c7a9121 (diff)
parent6622dffb1d995a28cf064892d187a6d15172c32d (diff)
downloadnixlib-08254f24620de5192fcf22db03ed01ad3f19bf57.tar
nixlib-08254f24620de5192fcf22db03ed01ad3f19bf57.tar.gz
nixlib-08254f24620de5192fcf22db03ed01ad3f19bf57.tar.bz2
nixlib-08254f24620de5192fcf22db03ed01ad3f19bf57.tar.lz
nixlib-08254f24620de5192fcf22db03ed01ad3f19bf57.tar.xz
nixlib-08254f24620de5192fcf22db03ed01ad3f19bf57.tar.zst
nixlib-08254f24620de5192fcf22db03ed01ad3f19bf57.zip
Merge pull request #44188 from Ekleog/redsocks-maintain
redsocks: add self as maintainer
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/redsocks/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/redsocks/default.nix b/pkgs/tools/networking/redsocks/default.nix
index 981ecdb03550..641513eaf472 100644
--- a/pkgs/tools/networking/redsocks/default.nix
+++ b/pkgs/tools/networking/redsocks/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
     description = "Transparent redirector of any TCP connection to proxy";
     homepage = http://darkk.net.ru/redsocks/;
     license = stdenv.lib.licenses.asl20;
-    maintainers = [ ];
+    maintainers = [ stdenv.lib.maintainers.ekleog ];
     platforms = stdenv.lib.platforms.linux;
   };
 }