maintainers: drop milahu
Was banned from the project in 2023-02.
This commit is contained in:
parent
661bd2f33b
commit
9edf772d70
@ -14811,12 +14811,6 @@
|
|||||||
name = "Marcin Mikuła";
|
name = "Marcin Mikuła";
|
||||||
keys = [ { fingerprint = "5547 2A56 AC30 69C9 15C8 B98D 997F 71FA 1D74 6E37"; } ];
|
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 = {
|
milesbreslin = {
|
||||||
email = "milesbreslin@gmail.com";
|
email = "milesbreslin@gmail.com";
|
||||||
github = "MilesBreslin";
|
github = "MilesBreslin";
|
||||||
|
|||||||
@ -53,6 +53,6 @@ mkDerivation {
|
|||||||
mainProgram = "booth";
|
mainProgram = "booth";
|
||||||
homepage = "https://invent.kde.org/maui/booth";
|
homepage = "https://invent.kde.org/maui/booth";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ milahu ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -322,7 +322,6 @@ stdenv.mkDerivation rec {
|
|||||||
lgpl3Plus
|
lgpl3Plus
|
||||||
];
|
];
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
milahu
|
|
||||||
nickcao
|
nickcao
|
||||||
LunNova
|
LunNova
|
||||||
];
|
];
|
||||||
|
|||||||
@ -66,7 +66,6 @@ stdenv.mkDerivation (
|
|||||||
lgpl3Plus
|
lgpl3Plus
|
||||||
];
|
];
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
milahu
|
|
||||||
nickcao
|
nickcao
|
||||||
];
|
];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
|||||||
@ -24,6 +24,6 @@ buildPythonPackage rec {
|
|||||||
description = "URL-safe base64 UUID encoder for generating 22 character slugs";
|
description = "URL-safe base64 UUID encoder for generating 22 character slugs";
|
||||||
homepage = "https://github.com/taskcluster/slugid.py";
|
homepage = "https://github.com/taskcluster/slugid.py";
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
maintainers = with maintainers; [ milahu ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user