maintainers: remove mboes

This commit is contained in:
Hythera
2026-06-13 14:06:02 +02:00
parent 2fea82e60b
commit 234e6b37ea
3 changed files with 1 additions and 8 deletions
-6
View File
@@ -17497,12 +17497,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";
-1
View File
@@ -68,7 +68,6 @@ with lib.maintainers;
bazel = {
members = [
mboes
cbley
olebedev
groodt
+1 -1
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 {