various: remove AndersonTorres from pkgs maintainership

Those outside by-name.
This commit is contained in:
Anderson Torres 2025-01-20 00:26:25 -03:00
parent e33e115ceb
commit 8f54063578
8 changed files with 7 additions and 8 deletions

View file

@ -54,7 +54,7 @@ mkDerivation rec {
mainProgram = "yabause";
homepage = "https://yabause.org/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ AndersonTorres ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://www.netsurf-browser.org/";
description = "NetSurf browser shared build system";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ AndersonTorres ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.unix;
};
})

View file

@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/masneyb/gftp";
description = "GTK-based multithreaded FTP client for *nix-based machines";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ AndersonTorres ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}

View file

@ -146,7 +146,6 @@ stdenv.mkDerivation rec {
];
mainProgram = "cbqn";
maintainers = with lib.maintainers; [
AndersonTorres
detegr
shnarazk
sternenseemann

View file

@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
description =
"APL implementation in Java" + lib.optionalString buildNativeImage ", compiled as a native image";
license = licenses.mit;
maintainers = with maintainers; [ AndersonTorres ];
maintainers = with maintainers; [ ];
inherit (jdk.meta) platforms;
broken = stdenv.hostPlatform.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/staging-next/dapl-native.x86_64-darwin
};

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
freely copy a database between 32-bit and 64-bit systems or between
big-endian and little-endian architectures.
'';
maintainers = with maintainers; [ AndersonTorres ];
maintainers = with maintainers; [ ];
license = licenses.bsd2;
};
}

View file

@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
description = "Sokoban-like game";
mainProgram = "npush";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ AndersonTorres ];
maintainers = with maintainers; [ ];
platforms = with platforms; unix;
};
}

View file

@ -42,7 +42,7 @@ mkDerivation rec {
homepage = "https://github.com/martynets/dialogbox/";
description = "Qt-based scriptable engine providing GUI dialog boxes";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ AndersonTorres ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
mainProgram = "dialogbox";
};