htop: update platforms metadata
This commit is contained in:
parent
8a22c2d090
commit
6cb1865eb3
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "An interactive process viewer for Linux";
|
description = "An interactive process viewer for Linux";
|
||||||
homepage = "https://htop.dev";
|
homepage = "https://htop.dev";
|
||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
platforms = with platforms; linux ++ freebsd ++ openbsd ++ darwin;
|
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/${pname}/blob/${version}/ChangeLog";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user