about summary refs log tree commit diff
path: root/pkgs/tools/networking/ghostunnel
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-11-22 18:16:05 +0100
committerGitHub <noreply@github.com>2022-11-22 18:16:05 +0100
commiteb11b252089789ba01013954ff75fda3f5726e22 (patch)
tree518874ece97fac41c886355f23608e8fffd6ab7e /pkgs/tools/networking/ghostunnel
parent1e6a2cfaa041216fa29accece7ab30b9d62c59ee (diff)
ghostunnel: add changelog to meta
Diffstat (limited to 'pkgs/tools/networking/ghostunnel')
-rw-r--r--pkgs/tools/networking/ghostunnel/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/tools/networking/ghostunnel/default.nix b/pkgs/tools/networking/ghostunnel/default.nix
index d8a0fcb7beeb7..3ca9ec74c2672 100644
--- a/pkgs/tools/networking/ghostunnel/default.nix
+++ b/pkgs/tools/networking/ghostunnel/default.nix
@@ -13,7 +13,7 @@ buildGoModule rec {
     owner = "ghostunnel";
     repo = "ghostunnel";
     rev = "v${version}";
-    sha256 = "sha256-yG9PfpYqW95X7EfbAhKEDmqBue7SjFULXUO73V4s3t4=";
+    hash = "sha256-yG9PfpYqW95X7EfbAhKEDmqBue7SjFULXUO73V4s3t4=";
   };
 
   vendorSha256 = null;
@@ -34,8 +34,9 @@ buildGoModule rec {
 
   meta = with lib; {
     broken = stdenv.isDarwin;
-    description = "A simple TLS proxy with mutual authentication support for securing non-TLS backend applications";
+    description = "TLS proxy with mutual authentication support for securing non-TLS backend applications";
     homepage = "https://github.com/ghostunnel/ghostunnel#readme";
+    changelog = "https://github.com/ghostunnel/ghostunnel/releases/tag/v${version}";
     license = licenses.asl20;
     maintainers = with maintainers; [ roberth ];
   };