about summary refs log tree commit diff
path: root/pkgs/by-name/lo/loco-cli/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/lo/loco-cli/package.nix')
-rw-r--r--pkgs/by-name/lo/loco-cli/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/by-name/lo/loco-cli/package.nix b/pkgs/by-name/lo/loco-cli/package.nix
index 66d2a468bdb4c..fe8599a210d08 100644
--- a/pkgs/by-name/lo/loco-cli/package.nix
+++ b/pkgs/by-name/lo/loco-cli/package.nix
@@ -23,6 +23,7 @@ rustPlatform.buildRustPackage {
     mainProgram = "loco";
     description = "Loco CLI is a powerful command-line tool designed to streamline the process of generating Loco websites";
     homepage = "https://loco.rs";
+    changelog = "https://github.com/loco-rs/loco/blob/master/CHANGELOG.md";
     license = with licenses; [ asl20 ];
     maintainers = with maintainers; [ sebrut ];
   };