htop: update platforms metadata
This commit is contained in:
parent
8a22c2d090
commit
6cb1865eb3
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||
description = "An interactive process viewer for Linux";
|
||||
homepage = "https://htop.dev";
|
||||
license = licenses.gpl2Only;
|
||||
platforms = with platforms; linux ++ freebsd ++ openbsd ++ darwin;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ rob relrod ];
|
||||
changelog = "https://github.com/htop-dev/${pname}/blob/${version}/ChangeLog";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue