ibus-engines.bamboo: remove superbo as maintainer

This commit is contained in:
goatastronaut0212 2024-05-23 07:40:18 +07:00 committed by nicoo
parent 024669c737
commit 50be40524b
2 changed files with 1 additions and 7 deletions

View File

@ -19683,12 +19683,6 @@
githubId = 36031171;
name = "Supa";
};
superbo = {
email = "supernbo@gmail.com";
github = "SuperBo";
githubId = 2666479;
name = "Y Nguyen";
};
superherointj = {
email = "sergiomarcelo@yandex.com";
github = "superherointj";

View File

@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/BambooEngine/ibus-bamboo";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ astronaut0212 superbo ];
maintainers = with maintainers; [ astronaut0212 ];
};
}