From f83d8d46cb19db5eaafe8434411d8d2e54d301c2 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Mon, 20 Mar 2023 00:21:53 +0100 Subject: [PATCH] sniproxy: render homepage visible in the nix expression --- pkgs/applications/networking/sniproxy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/sniproxy/default.nix b/pkgs/applications/networking/sniproxy/default.nix index c93ca42db258..8d2b619ab718 100644 --- a/pkgs/applications/networking/sniproxy/default.nix +++ b/pkgs/applications/networking/sniproxy/default.nix @@ -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 ];