maintainers: remove MGlolenstine (#444145)

This commit is contained in:
Wolfgang Walther
2025-09-25 10:21:31 +00:00
committed by GitHub
7 changed files with 6 additions and 13 deletions
-7
View File
@@ -16579,13 +16579,6 @@
githubId = 71893;
name = "Michael Maclean";
};
mglolenstine = {
email = "mglolenstine@gmail.com";
github = "MGlolenstine";
githubId = 9406770;
matrix = "@mglolenstine:matrix.org";
name = "MGlolenstine";
};
mgregoire = {
email = "gregoire@martinache.net";
github = "M-Gregoire";
+1 -1
View File
@@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
mainProgram = "beebeep";
platforms = lib.platforms.linux;
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ mglolenstine ];
maintainers = with lib.maintainers; [ ];
};
}
+1 -1
View File
@@ -25,6 +25,6 @@ rustPlatform.buildRustPackage rec {
asl20 # or
mit
];
maintainers = with maintainers; [ mglolenstine ];
maintainers = with maintainers; [ ];
};
}
+1 -1
View File
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = with licenses; [ asl20 ];
mainProgram = "spin";
maintainers = with maintainers; [ mglolenstine ];
maintainers = with maintainers; [ ];
platforms = platforms.linux ++ platforms.darwin;
};
}
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.namesys.com/";
description = "Support library for Reiser4";
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ mglolenstine ];
maintainers = with lib.maintainers; [ ];
platforms = with lib.platforms; linux;
};
}
@@ -38,6 +38,6 @@ stdenv.mkDerivation {
description = "Picoprobe udev rules list";
platforms = platforms.linux;
license = licenses.gpl2Only;
maintainers = with maintainers; [ mglolenstine ];
maintainers = with maintainers; [ ];
};
}
+1 -1
View File
@@ -62,6 +62,6 @@ rustPlatform.buildRustPackage rec {
'';
homepage = "https://pizarra.categulario.xyz/en/";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ mglolenstine ];
maintainers = with maintainers; [ ];
};
}