htop: fix supported platforms list
This commit is contained in:
parent
f2e051b29e
commit
57dd725e85
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "An interactive process viewer for Linux";
|
description = "An interactive process viewer for Linux";
|
||||||
homepage = https://hisham.hm/htop/;
|
homepage = https://hisham.hm/htop/;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.all;
|
platforms = with platforms; [ linux freebsd openbsd darwin ];
|
||||||
maintainers = with maintainers; [ rob simons relrod nckx ];
|
maintainers = with maintainers; [ rob simons relrod nckx ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user