mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
{ponyc,pony-corral}: add numinit as maintainer
This commit is contained in:
parent
356d7a2626
commit
debd6458f7
@ -146,6 +146,7 @@ stdenv.mkDerivation (rec {
|
||||
kamilchm
|
||||
patternspandemic
|
||||
redvers
|
||||
numinit
|
||||
];
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
|
@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://www.ponylang.io";
|
||||
changelog = "https://github.com/ponylang/corral/blob/${finalAttrs.version}/CHANGELOG.md";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ redvers ];
|
||||
maintainers = with maintainers; [ redvers numinit ];
|
||||
inherit (ponyc.meta) platforms;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user