maintainers: remove m3tti

no github account linked
This commit is contained in:
ajs124 2022-06-23 01:54:58 +02:00
parent fd75d8c2d3
commit 143efb53d6
2 changed files with 1 additions and 5 deletions

View file

@ -7665,10 +7665,6 @@
githubId = 3044438;
name = "Lucas Savva";
};
m3tti = {
email = "mathaeus.peter.sander@gmail.com";
name = "Mathaeus Sander";
};
ma27 = {
email = "maximilian@mbosch.me";
matrix = "@ma27:nicht-so.sexy";

View file

@ -93,7 +93,7 @@ stdenv.mkDerivation rec {
'';
platforms = platforms.unix;
maintainers = with maintainers; [ mikroskeem m3tti ];
maintainers = with maintainers; [ mikroskeem ];
mainProgram = "quake";
};
}