procps-ng: took maintainership

This commit is contained in:
Eric Wolf 2018-03-24 12:03:04 +01:00
parent 67b23ee0d9
commit 59a9165b9d
2 changed files with 6 additions and 0 deletions

View file

@ -3660,6 +3660,11 @@
github = "twey";
name = "James Twey Kay";
};
typetetris = {
email = "ericwolf42@mail.com";
github = "typetetris";
name = "Eric Wolf";
};
unode = {
email = "alves.rjc@gmail.com";
github = "unode";

View file

@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
priority = 10; # less than coreutils, which also provides "kill" and "uptime"
license = lib.licenses.gpl2;
platforms = lib.platforms.linux ++ lib.platforms.cygwin;
maintainers = [ lib.maintainers.typetetris ];
};
}