maintainers: drop milahu

Was banned from the project in 2023-02.
This commit is contained in:
Martin Weinelt 2024-12-25 12:11:10 +01:00
parent 661bd2f33b
commit 9edf772d70
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
5 changed files with 2 additions and 10 deletions

View File

@ -14811,12 +14811,6 @@
name = "Marcin Mikuła";
keys = [ { fingerprint = "5547 2A56 AC30 69C9 15C8 B98D 997F 71FA 1D74 6E37"; } ];
};
milahu = {
email = "milahu@gmail.com";
github = "milahu";
githubId = 12958815;
name = "Milan Hauth";
};
milesbreslin = {
email = "milesbreslin@gmail.com";
github = "MilesBreslin";

View File

@ -53,6 +53,6 @@ mkDerivation {
mainProgram = "booth";
homepage = "https://invent.kde.org/maui/booth";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ milahu ];
maintainers = with maintainers; [ ];
};
}

View File

@ -322,7 +322,6 @@ stdenv.mkDerivation rec {
lgpl3Plus
];
maintainers = with maintainers; [
milahu
nickcao
LunNova
];

View File

@ -66,7 +66,6 @@ stdenv.mkDerivation (
lgpl3Plus
];
maintainers = with maintainers; [
milahu
nickcao
];
platforms = platforms.unix;

View File

@ -24,6 +24,6 @@ buildPythonPackage rec {
description = "URL-safe base64 UUID encoder for generating 22 character slugs";
homepage = "https://github.com/taskcluster/slugid.py";
license = licenses.mpl20;
maintainers = with maintainers; [ milahu ];
maintainers = with maintainers; [ ];
};
}