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
No known key found for this signature in database
GPG key ID: B1763F8651144063

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";
};
}