mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
maintainers: add aiotter
This commit is contained in:
parent
98ee102955
commit
036b52f824
@ -417,6 +417,12 @@
|
|||||||
githubId = 4732885;
|
githubId = 4732885;
|
||||||
name = "Ivan Jager";
|
name = "Ivan Jager";
|
||||||
};
|
};
|
||||||
|
aiotter = {
|
||||||
|
email = "git@aiotter.com";
|
||||||
|
github = "aiotter";
|
||||||
|
githubId = 37664775;
|
||||||
|
name = "Yuto Oguchi";
|
||||||
|
};
|
||||||
airwoodix = {
|
airwoodix = {
|
||||||
email = "airwoodix@posteo.me";
|
email = "airwoodix@posteo.me";
|
||||||
github = "airwoodix";
|
github = "airwoodix";
|
||||||
|
@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
|
|||||||
description =
|
description =
|
||||||
"General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software";
|
"General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ andrewrk AndersonTorres ];
|
maintainers = with maintainers; [ aiotter andrewrk AndersonTorres ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user