procps-ng: took maintainership
This commit is contained in:
parent
67b23ee0d9
commit
59a9165b9d
|
@ -3660,6 +3660,11 @@
|
||||||
github = "twey";
|
github = "twey";
|
||||||
name = "James ‘Twey’ Kay";
|
name = "James ‘Twey’ Kay";
|
||||||
};
|
};
|
||||||
|
typetetris = {
|
||||||
|
email = "ericwolf42@mail.com";
|
||||||
|
github = "typetetris";
|
||||||
|
name = "Eric Wolf";
|
||||||
|
};
|
||||||
unode = {
|
unode = {
|
||||||
email = "alves.rjc@gmail.com";
|
email = "alves.rjc@gmail.com";
|
||||||
github = "unode";
|
github = "unode";
|
||||||
|
|
|
@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
|
||||||
priority = 10; # less than coreutils, which also provides "kill" and "uptime"
|
priority = 10; # less than coreutils, which also provides "kill" and "uptime"
|
||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
platforms = lib.platforms.linux ++ lib.platforms.cygwin;
|
platforms = lib.platforms.linux ++ lib.platforms.cygwin;
|
||||||
|
maintainers = [ lib.maintainers.typetetris ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue