summary refs log tree commit diff
path: root/pkgs/applications/networking/sniproxy/default.nix
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2023-03-20 00:21:53 +0100
committerRaito Bezarius <masterancpp@gmail.com>2023-03-20 00:21:53 +0100
commitf83d8d46cb19db5eaafe8434411d8d2e54d301c2 (patch)
tree1b3a06634aa73c36ffb6e0f8b49294bd1ed3ad66 /pkgs/applications/networking/sniproxy/default.nix
parentbab87b45674c11e4094f4b1490bc16326f00bf35 (diff)
sniproxy: render homepage visible in the nix expression
Diffstat (limited to 'pkgs/applications/networking/sniproxy/default.nix')
-rw-r--r--pkgs/applications/networking/sniproxy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/sniproxy/default.nix b/pkgs/applications/networking/sniproxy/default.nix
index c93ca42db2584..8d2b619ab7189 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 ];