htop: make changelog url better clickable
This commit is contained in:
parent
b1b3f87d63
commit
9f0746f997
1 changed files with 1 additions and 1 deletions
|
@ -45,6 +45,6 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ rob relrod ];
|
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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue