maintainers: remove astronaut0212 (#456088)

This commit is contained in:
Fernando Rodrigues
2025-10-27 07:51:00 +00:00
committed by GitHub
3 changed files with 1 additions and 8 deletions
-6
View File
@@ -2360,12 +2360,6 @@
name = "Vincent Fischer";
keys = [ { fingerprint = "BF47 81E1 F304 1ADF 18CE C401 DE16 C7D1 536D A72F"; } ];
};
astronaut0212 = {
email = "goatastronaut0212@outlook.com";
github = "goatastronaut0212";
githubId = 119769817;
name = "goatastronaut0212";
};
asymmetric = {
email = "lorenzo@mailbox.org";
github = "asymmetric";
-1
View File
@@ -90,7 +90,6 @@ buildNpmPackage rec {
homepage = "https://github.com/sindresorhus/caprine";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
astronaut0212
khaneliman
];
inherit (electron.meta) platforms;
@@ -44,6 +44,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/BambooEngine/ibus-bamboo";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ astronaut0212 ];
maintainers = [ ];
};
}