We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59729a commit 2270999Copy full SHA for 2270999
pkgs/by-name/go/go-graft/package.nix
@@ -37,6 +37,7 @@ buildGoModule rec {
37
38
meta = with lib; {
39
description = "Command-line tool for one-click proxy in your research and development without installing v2ray or anything else";
40
+ changelog = "https://github.com/mzz2017/gg/releases/tag/${src.rev}";
41
homepage = "https://github.com/mzz2017/gg";
42
license = licenses.agpl3Only;
43
maintainers = with maintainers; [
0 commit comments