3
0
Fork 0
forked from mirrors/nixpkgs

sniproxy: render homepage visible in the nix expression

This commit is contained in:
Raito Bezarius 2023-03-20 00:21:53 +01:00
parent bab87b4567
commit f83d8d46cb

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
buildInputs = [ gettext libev pcre udns ];
meta = with lib; {
inherit (src.meta) homepage;
homepage = "https://github.com/dlundquist/sniproxy";
description = "Transparent TLS and HTTP layer 4 proxy with SNI support";
license = licenses.bsd2;
maintainers = with maintainers; [ womfoo raitobezarius ];