htop: make changelog url better clickable

This commit is contained in:
Sandro Jäckel
2022-05-02 12:01:54 +02:00
parent b1b3f87d63
commit 9f0746f997
+1 -1
View File
@@ -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";
};
}