maintainers: remove MGlolenstine (#444145)

Changed files
+6 -13
maintainers
pkgs
by-name
be
beebeep
ca
cargo-ndk
fe
fermyon-spin
li
libaal
pi
picoprobe-udev-rules
pizarra
-7
maintainers/maintainer-list.nix
···
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
pkgs/by-name/be/beebeep/package.nix
···
mainProgram = "beebeep";
platforms = lib.platforms.linux;
license = lib.licenses.gpl2Only;
-
maintainers = with lib.maintainers; [ mglolenstine ];
+
maintainers = with lib.maintainers; [ ];
};
}
+1 -1
pkgs/by-name/ca/cargo-ndk/package.nix
···
asl20 # or
mit
];
-
maintainers = with maintainers; [ mglolenstine ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/by-name/fe/fermyon-spin/package.nix
···
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = with licenses; [ asl20 ];
mainProgram = "spin";
-
maintainers = with maintainers; [ mglolenstine ];
+
maintainers = with maintainers; [ ];
platforms = platforms.linux ++ platforms.darwin;
};
}
+1 -1
pkgs/by-name/li/libaal/package.nix
···
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;
};
}
+1 -1
pkgs/by-name/pi/picoprobe-udev-rules/package.nix
···
description = "Picoprobe udev rules list";
platforms = platforms.linux;
license = licenses.gpl2Only;
-
maintainers = with maintainers; [ mglolenstine ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/by-name/pi/pizarra/package.nix
···
'';
homepage = "https://pizarra.categulario.xyz/en/";
license = licenses.gpl3Plus;
-
maintainers = with maintainers; [ mglolenstine ];
+
maintainers = with maintainers; [ ];
};
}