maintainers: add aiotter

This commit is contained in:
aiotter 2022-07-16 14:43:14 +09:00
parent 98ee102955
commit 036b52f824
2 changed files with 7 additions and 1 deletions

View File

@ -417,6 +417,12 @@
githubId = 4732885;
name = "Ivan Jager";
};
aiotter = {
email = "git@aiotter.com";
github = "aiotter";
githubId = 37664775;
name = "Yuto Oguchi";
};
airwoodix = {
email = "airwoodix@posteo.me";
github = "airwoodix";

View File

@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
description =
"General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software";
license = licenses.mit;
maintainers = with maintainers; [ andrewrk AndersonTorres ];
maintainers = with maintainers; [ aiotter andrewrk AndersonTorres ];
platforms = platforms.unix;
};
}