tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
sniproxy: render homepage visible in the nix expression
Raito Bezarius
2 years ago
f83d8d46
bab87b45
+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
···
15
15
buildInputs = [ gettext libev pcre udns ];
16
16
17
17
meta = with lib; {
18
18
-
inherit (src.meta) homepage;
18
18
+
homepage = "https://github.com/dlundquist/sniproxy";
19
19
description = "Transparent TLS and HTTP layer 4 proxy with SNI support";
20
20
license = licenses.bsd2;
21
21
maintainers = with maintainers; [ womfoo raitobezarius ];