Remove maintainer karolchmist

This commit is contained in:
Karol Chmist 2025-05-06 15:43:53 +02:00
parent 7e0d9abae1
commit fa74c47f61
7 changed files with 2 additions and 12 deletions

View file

@ -12566,12 +12566,6 @@
githubId = 34152449;
name = "Karl Hallsby";
};
karolchmist = {
email = "info+nix@chmist.com";
github = "karolchmist";
githubId = 1927188;
name = "karolchmist";
};
kashw2 = {
email = "supra4keanu@hotmail.com";
github = "kashw2";

View file

@ -101,7 +101,6 @@ stdenv.mkDerivation (finalAttrs: {
longDescription = "In order to play this game a copy of diabdat.mpq is required. Place a copy of diabdat.mpq in ~/.local/share/diasurgical/devilution before executing the game.";
license = lib.licenses.sustainableUse;
maintainers = with lib.maintainers; [
karolchmist
aanderse
];
platforms = with lib.platforms; linux ++ windows;

View file

@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
On linux, the data can be placed in ~/.local/share/fheroes2 folder.
'';
license = licenses.gpl2Plus;
maintainers = [ maintainers.karolchmist ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View file

@ -32,7 +32,6 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "smpq";
maintainers = with lib.maintainers; [
aanderse
karolchmist
];
platforms = lib.platforms.all;
};

View file

@ -56,7 +56,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
aanderse
karolchmist
];
platforms = lib.platforms.all;
broken = stdenv.hostPlatform.isDarwin; # installation directory mismatch

View file

@ -43,7 +43,6 @@ stdenv.mkDerivation (finalAttrs: {
platforms = platforms.all;
mainProgram = "scala";
maintainers = with maintainers; [
karolchmist
virusdave
kashw2
natsukagami

View file

@ -68,6 +68,6 @@ buildPythonPackage rec {
import the project being documented.
'';
license = licenses.mit;
maintainers = with maintainers; [ karolchmist ];
maintainers = with maintainers; [ ];
};
}