tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
redsocks: add self as maintainer
Léo Gaspard
7 years ago
6622dffb
dae9cf61
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
redsocks
default.nix
+1
-1
pkgs/tools/networking/redsocks/default.nix
reviewed
···
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
30
-
maintainers = [ ];
30
30
+
maintainers = [ stdenv.lib.maintainers.ekleog ];
31
31
platforms = stdenv.lib.platforms.linux;
32
32
};
33
33
}