limine: remove phip1611 as maintainer

Limine is actively and well maintained upstream, and I'm very happy I
could get that effort started in 2024. Since I'm no longer focusing on
Limine, I'm stepping back from maintaining this package.

Thanks to the upstream maintainers for their continued work. I'll
remain an active nixpkgs contributor in areas where I can provide
meaningful input.

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
This commit is contained in:
Philipp Schuster 2025-11-24 11:46:23 +01:00
parent ce125d72e9
commit 471a42d5f6
3 changed files with 1 additions and 3 deletions

View file

@ -139,7 +139,7 @@ nixos/modules/installer/tools/nix-fallback-paths.nix @NixOS/nix-team @raitobeza
/nixos/modules/system/boot/loader/systemd-boot @JulienMalka
# Limine
/nixos/modules/system/boot/loader/limine @lzcunt @phip1611 @programmerlexi @johnrtitor
/nixos/modules/system/boot/loader/limine @lzcunt @programmerlexi @johnrtitor
/nixos/tests/limine @johnrtitor
# Images and installer media

View file

@ -3,7 +3,6 @@
name = "bios";
meta.maintainers = with lib.maintainers; [
lzcunt
phip1611
programmerlexi
];
meta.platforms = [

View file

@ -114,7 +114,6 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with lib.maintainers; [
johnrtitor
lzcunt
phip1611
prince213
programmerlexi
surfaceflinger