tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
sniproxy: add raitobezarius as maintainer
Raito Bezarius
2 years ago
bab87b45
8e08e348
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
sniproxy
default.nix
+1
-1
pkgs/applications/networking/sniproxy/default.nix
···
18
inherit (src.meta) homepage;
19
description = "Transparent TLS and HTTP layer 4 proxy with SNI support";
20
license = licenses.bsd2;
21
-
maintainers = [ maintainers.womfoo ];
22
platforms = platforms.linux;
23
};
24
···
18
inherit (src.meta) homepage;
19
description = "Transparent TLS and HTTP layer 4 proxy with SNI support";
20
license = licenses.bsd2;
21
+
maintainers = with maintainers; [ womfoo raitobezarius ];
22
platforms = platforms.linux;
23
};
24