sniproxy: render homepage visible in the nix expression

+1 -1
+1 -1
pkgs/applications/networking/sniproxy/default.nix
··· 15 15 buildInputs = [ gettext libev pcre udns ]; 16 16 17 17 meta = with lib; { 18 - inherit (src.meta) homepage; 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 ];