ghostunnel: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-22 18:16:05 +01:00 committed by GitHub
parent 1e6a2cfaa0
commit eb11b25208
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ buildGoModule rec {
owner = "ghostunnel"; owner = "ghostunnel";
repo = "ghostunnel"; repo = "ghostunnel";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-yG9PfpYqW95X7EfbAhKEDmqBue7SjFULXUO73V4s3t4="; hash = "sha256-yG9PfpYqW95X7EfbAhKEDmqBue7SjFULXUO73V4s3t4=";
}; };
vendorSha256 = null; vendorSha256 = null;
@ -34,8 +34,9 @@ buildGoModule rec {
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin; 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"; homepage = "https://github.com/ghostunnel/ghostunnel#readme";
changelog = "https://github.com/ghostunnel/ghostunnel/releases/tag/v${version}";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ roberth ]; maintainers = with maintainers; [ roberth ];
}; };