about summary refs log tree commit diff
path: root/pkgs/by-name/re/replxx/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/re/replxx/package.nix')
-rw-r--r--pkgs/by-name/re/replxx/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/by-name/re/replxx/package.nix b/pkgs/by-name/re/replxx/package.nix
index 1df434315fe3d..de6c2c9313b28 100644
--- a/pkgs/by-name/re/replxx/package.nix
+++ b/pkgs/by-name/re/replxx/package.nix
@@ -22,6 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
 
   meta = with lib; {
     homepage = "https://github.com/AmokHuginnsson/replxx";
+    changelog = "https://github.com/AmokHuginnsson/replxx/releases/tag/release-${finalAttrs.version}";
     description = "Readline and libedit replacement that supports UTF-8, syntax highlighting, hints and Windows and is BSD licensed";
     license = licenses.bsd3;
     maintainers = with maintainers; [ ];