maintainers: remove meutraa

This commit is contained in:
Vanilla 2022-02-28 08:44:13 +08:00
parent 9783ef308d
commit f73cd87913
No known key found for this signature in database
GPG key ID: 3750028ED04FA42E
3 changed files with 4 additions and 10 deletions

View file

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

View file

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

View file

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