maintainers: remove mtreca from maintainers (#408521)

This commit is contained in:
Aleksana 2025-05-21 23:59:40 +08:00 committed by GitHub
commit 74609bd97d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 8 deletions

View file

@ -16830,12 +16830,6 @@
githubId = 72663763;
keys = [ { fingerprint = "DB3E A12D B291 594A 79C5 F6B3 10AB 6868 37F6 FA3F"; } ];
};
mtreca = {
email = "maxime.treca@gmail.com";
github = "mtreca";
githubId = 16440823;
name = "Maxime Tréca";
};
mtreskin = {
email = "zerthurd@gmail.com";
github = "Zert";

View file

@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
'';
homepage = "https://github.com/cruegge/pam-gnupg";
license = licenses.gpl3;
maintainers = with maintainers; [ mtreca ];
maintainers = with maintainers; [ ];
};
}

View file

@ -93,6 +93,6 @@ stdenv.mkDerivation rec {
'';
homepage = "https://github.com/eclipse/sumo";
license = licenses.epl20;
maintainers = with maintainers; [ mtreca ];
maintainers = with maintainers; [ ];
};
}