htop: update platforms metadata

This commit is contained in:
Daniel Nagy 2021-04-01 00:09:50 +02:00
parent 8a22c2d090
commit 6cb1865eb3
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

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