maintainers: rename ayes-web -> BatteredBunny

This commit is contained in:
BatteredBunny 2024-05-01 15:02:04 +03:00
parent bcd44e224f
commit bd91a0d4dd
2 changed files with 7 additions and 7 deletions

View file

@ -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";

View file

@ -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 ];
};
}