lol

redsocks: add self as maintainer

+1 -1
+1 -1
pkgs/tools/networking/redsocks/default.nix
··· 27 27 description = "Transparent redirector of any TCP connection to proxy"; 28 28 homepage = http://darkk.net.ru/redsocks/; 29 29 license = stdenv.lib.licenses.asl20; 30 - maintainers = [ ]; 30 + maintainers = [ stdenv.lib.maintainers.ekleog ]; 31 31 platforms = stdenv.lib.platforms.linux; 32 32 }; 33 33 }