about summary refs log tree commit diff
path: root/pkgs/development/tools/gomplate
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-03-02 10:24:44 +0100
committerGitHub <noreply@github.com>2023-03-02 10:24:44 +0100
commitea23ad383330210877e69bd471e72f321bc573bf (patch)
treeb7cd84f3f40d6acabb08c233d6db74e74ee52ddd /pkgs/development/tools/gomplate
parent412dbc6a624efd0f31038be5942d8401912d73da (diff)
gomplate: add changelog to meta
Diffstat (limited to 'pkgs/development/tools/gomplate')
-rw-r--r--pkgs/development/tools/gomplate/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/tools/gomplate/default.nix b/pkgs/development/tools/gomplate/default.nix
index 8301e1fea206f..7d8ea6453c835 100644
--- a/pkgs/development/tools/gomplate/default.nix
+++ b/pkgs/development/tools/gomplate/default.nix
@@ -38,7 +38,8 @@ buildGoModule rec {
   meta = with lib; {
     description = "A flexible commandline tool for template rendering";
     homepage = "https://gomplate.ca/";
-    maintainers = with maintainers; [ ris jlesquembre ];
+    changelog = "https://github.com/hairyhenderson/gomplate/releases/tag/v${version}";
     license = licenses.mit;
+    maintainers = with maintainers; [ ris jlesquembre ];
   };
 }