maintainers: rename ayes-web -> BatteredBunny
This commit is contained in:
parent
bcd44e224f
commit
bd91a0d4dd
2 changed files with 7 additions and 7 deletions
|
@ -2071,12 +2071,6 @@
|
|||
githubId = 135230;
|
||||
name = "Aycan iRiCAN";
|
||||
};
|
||||
ayes-web = {
|
||||
email = "ayes2022@protonmail.com";
|
||||
github = "ayes-web";
|
||||
githubId = 52951851;
|
||||
name = "ayes-web";
|
||||
};
|
||||
aynish = {
|
||||
github = "Chickensoupwithrice";
|
||||
githubId = 22575913;
|
||||
|
@ -2264,6 +2258,12 @@
|
|||
githubId = 576355;
|
||||
name = "Bas van Dijk";
|
||||
};
|
||||
BatteredBunny = {
|
||||
email = "ayes2022@protonmail.com";
|
||||
github = "BatteredBunny";
|
||||
githubId = 52951851;
|
||||
name = "BatteredBunny";
|
||||
};
|
||||
BattleCh1cken = {
|
||||
email = "BattleCh1cken@larkov.de";
|
||||
github = "BattleCh1cken";
|
||||
|
|
|
@ -33,6 +33,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/BYU-PRISM/GEKKO";
|
||||
changelog = "https://github.com/BYU-PRISM/GEKKO/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ayes-web ];
|
||||
maintainers = with maintainers; [ BatteredBunny ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue