maintainers: remove mboes
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -68,7 +68,6 @@ with lib.maintainers;
|
||||
|
||||
bazel = {
|
||||
members = [
|
||||
mboes
|
||||
cbley
|
||||
olebedev
|
||||
groodt
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user