Unverified Commit de8a6232 authored by Fernando Rodrigues's avatar Fernando Rodrigues Committed by GitHub
Browse files

maintainers: remove astronaut0212 (#456088)

parents 346809da 10760f8c
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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";
+0 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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 = [ ];
  };
}