maintainers: drop Mogria (#450495)

This commit is contained in:
Yohann Boniface
2025-10-18 20:12:02 +00:00
committed by GitHub
4 changed files with 0 additions and 9 deletions
-6
View File
@@ -17291,12 +17291,6 @@
githubId = 64710;
name = "Matthew O'Gorman";
};
Mogria = {
email = "m0gr14@gmail.com";
github = "mogria";
githubId = 754512;
name = "Mogria";
};
mohe2015 = {
name = "Moritz Hedtke";
email = "Moritz.Hedtke@t-online.de";
@@ -78,7 +78,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [
f4814n
Mogria
];
platforms = lib.platforms.linux;
};
-1
View File
@@ -59,7 +59,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
mainProgram = "plantuml";
maintainers = with lib.maintainers; [
bjornfor
Mogria
anthonyroussel
];
platforms = lib.platforms.unix;
-1
View File
@@ -71,7 +71,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.cpal10;
mainProgram = "projectlibre";
maintainers = with lib.maintainers; [
Mogria
tomasajt
];
platforms = jre.meta.platforms;