maintainers: drop nixinator

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin 2026-02-23 23:41:22 +01:00
parent f24ab00e46
commit caa9cbd93d
No known key found for this signature in database
GPG key ID: DACFAC4EA0B194E0
8 changed files with 4 additions and 14 deletions

View file

@ -19207,13 +19207,6 @@
name = "nixbitcoindev";
keys = [ { fingerprint = "577A 3452 7F3E 2A85 E80F E164 DD11 F9AD 5308 B3BA"; } ];
};
nixinator = {
email = "33lockdown33@protonmail.com";
matrix = "@nixinator:nixos.dev";
github = "nixinator";
githubId = 66913205;
name = "Rick Sanchez";
};
nixy = {
email = "nixy@nixy.moe";
github = "nixy";

View file

@ -4,7 +4,6 @@
meta = with pkgs.lib.maintainers; {
maintainers = [
matthewcroughan
nixinator
];
};

View file

@ -63,7 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://cxong.github.io/cdogs-sdl";
description = "Open source classic overhead run-and-gun game";
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ nixinator ];
maintainers = [ ];
platforms = lib.platforms.unix;
broken = stdenv.hostPlatform.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/cdogs-sdl.x86_64-darwin
};

View file

@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/sphair/ClanLib";
description = "Cross platform toolkit library with a primary focus on game creation";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ nixinator ];
maintainers = [ ];
platforms = with lib.platforms; lib.intersectLists linux (x86 ++ arm ++ aarch64 ++ riscv);
};
})

View file

@ -47,7 +47,6 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/foundriesio/fioctl";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
nixinator
matthewcroughan
];
mainProgram = "fioctl";

View file

@ -72,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Clone of Taito's Bubble Bobble arcade game released for Amiga in 1993 by Apache Software";
mainProgram = "methane";
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ nixinator ];
maintainers = [ ];
platforms = [ "x86_64-linux" ];
};
})

View file

@ -41,7 +41,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
matthewcroughan
nixinator
];
platforms = lib.platforms.linux;
};

View file

@ -55,6 +55,6 @@ stdenv.mkDerivation (finalAttrs: {
"i686-linux"
"x86_64-linux"
];
maintainers = [ lib.maintainers.nixinator ];
maintainers = [ ];
};
})