maintainers: remove mboes

(cherry picked from commit 234e6b37ea)
This commit is contained in:
Hythera 2026-06-13 13:55:40 +02:00 committed by github-actions[bot]
commit 221e403c14
3 changed files with 1 additions and 8 deletions

View file

@ -17442,12 +17442,6 @@
githubId = 9051309;
name = "Maximilian Bode";
};
mboes = {
email = "mboes@tweag.net";
github = "mboes";
githubId = 51356;
name = "Mathieu Boespflug";
};
mBornand = {
email = "dev.mbornand@systemb.ch";
github = "mBornand";

View file

@ -68,7 +68,6 @@ with lib.maintainers;
bazel = {
members = [
mboes
cbley
olebedev
groodt

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation {
homepage = "http://0pointer.de/lennart/projects/keyfuzz/";
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ mboes ];
maintainers = [ ];
};
src = fetchurl {