about summary refs log tree commit diff
path: root/pkgs/by-name/li/license-go/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/li/license-go/package.nix')
-rw-r--r--pkgs/by-name/li/license-go/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/by-name/li/license-go/package.nix b/pkgs/by-name/li/license-go/package.nix
index 2aa87c802070f..17491272b426a 100644
--- a/pkgs/by-name/li/license-go/package.nix
+++ b/pkgs/by-name/li/license-go/package.nix
@@ -29,6 +29,7 @@ buildGoModule {
   meta = {
     description = "Command line license text generator";
     homepage = "https://github.com/nishanths/license";
+    changelog = "https://github.com/nishanths/license/releases/tag/v${version}";
     license = lib.licenses.mit;
     maintainers = with lib.maintainers; [ uncenter ];
     mainProgram = "license";