mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 04:04:06 +01:00
maintainers: drop nixinator
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
parent
f24ab00e46
commit
caa9cbd93d
8 changed files with 4 additions and 14 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [
|
||||
matthewcroughan
|
||||
nixinator
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@ buildGoModule (finalAttrs: {
|
|||
homepage = "https://github.com/foundriesio/fioctl";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
nixinator
|
||||
matthewcroughan
|
||||
];
|
||||
mainProgram = "fioctl";
|
||||
|
|
|
|||
|
|
@ -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" ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
matthewcroughan
|
||||
nixinator
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -55,6 +55,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
"i686-linux"
|
||||
"x86_64-linux"
|
||||
];
|
||||
maintainers = [ lib.maintainers.nixinator ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue