htop: add SuperSandro2000 as maintainer

This commit is contained in:
Sandro Jäckel
2022-05-02 14:29:08 +02:00
parent 9f0746f997
commit 6022fd57b2
+1 -1
View File
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
homepage = "https://htop.dev";
license = licenses.gpl2Only;
platforms = platforms.all;
maintainers = with maintainers; [ rob relrod ];
maintainers = with maintainers; [ rob relrod SuperSandro2000 ];
changelog = "https://github.com/htop-dev/htop/blob/${version}/ChangeLog";
};
}