about summary refs log tree commit diff
path: root/pkgs/tools/system/htop
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@sap.com>2022-05-02 12:01:54 +0200
committerSandro Jäckel <sandro.jaeckel@sap.com>2022-05-02 12:01:54 +0200
commit9f0746f997cbbadad1f69ccd97f89430f15daecb (patch)
tree2ce5236661021d016aaad9921cc48577e5e091fd /pkgs/tools/system/htop
parentb1b3f87d63c9ed6f0e22f0ec0670d281a32f10a9 (diff)
htop: make changelog url better clickable
Diffstat (limited to 'pkgs/tools/system/htop')
-rw-r--r--pkgs/tools/system/htop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/htop/default.nix b/pkgs/tools/system/htop/default.nix
index 7024fdfb0cd22..74f8095a681fe 100644
--- a/pkgs/tools/system/htop/default.nix
+++ b/pkgs/tools/system/htop/default.nix
@@ -45,6 +45,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2Only;
     platforms = platforms.all;
     maintainers = with maintainers; [ rob relrod ];
-    changelog = "https://github.com/htop-dev/${pname}/blob/${version}/ChangeLog";
+    changelog = "https://github.com/htop-dev/htop/blob/${version}/ChangeLog";
   };
 }