maintainers: remove meutraa

main
Vanilla 2 years ago
parent 9783ef308d
commit f73cd87913
No known key found for this signature in database
GPG Key ID: 3750028ED04FA42E
  1. 6
      maintainers/maintainer-list.nix
  2. 6
      pkgs/applications/editors/android-studio/common.nix
  3. 2
      pkgs/applications/networking/instant-messengers/mm/default.nix

@ -7904,12 +7904,6 @@
github = "kira-bruneau";
githubId = 382041;
};
meutraa = {
email = "paul+nixpkgs@lost.host";
name = "Paul Meredith";
github = "meutraa";
githubId = 68550871;
};
mephistophiles = {
email = "mussitantesmortem@gmail.com";
name = "Maxim Zhukov";

@ -216,9 +216,9 @@ in runCommand
# source-code itself).
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; rec {
stable = [ meutraa fabianhjr ];
beta = [ meutraa fabianhjr ];
canary = [ meutraa fabianhjr ];
stable = [ fabianhjr ];
beta = [ fabianhjr ];
canary = [ fabianhjr ];
dev = canary;
}."${channel}";
};

@ -16,6 +16,6 @@ buildGoModule {
description = "A file system based matrix client";
homepage = "https://git.lost.host/meutraa/mm";
license = licenses.isc;
maintainers = with maintainers; [ meutraa ];
maintainers = with maintainers; [ ];
};
}

Loading…
Cancel
Save