mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
Remove maintainer karolchmist
This commit is contained in:
parent
7e0d9abae1
commit
fa74c47f61
7 changed files with 2 additions and 12 deletions
|
@ -12566,12 +12566,6 @@
|
||||||
githubId = 34152449;
|
githubId = 34152449;
|
||||||
name = "Karl Hallsby";
|
name = "Karl Hallsby";
|
||||||
};
|
};
|
||||||
karolchmist = {
|
|
||||||
email = "info+nix@chmist.com";
|
|
||||||
github = "karolchmist";
|
|
||||||
githubId = 1927188;
|
|
||||||
name = "karolchmist";
|
|
||||||
};
|
|
||||||
kashw2 = {
|
kashw2 = {
|
||||||
email = "supra4keanu@hotmail.com";
|
email = "supra4keanu@hotmail.com";
|
||||||
github = "kashw2";
|
github = "kashw2";
|
||||||
|
|
|
@ -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.";
|
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;
|
license = lib.licenses.sustainableUse;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
karolchmist
|
|
||||||
aanderse
|
aanderse
|
||||||
];
|
];
|
||||||
platforms = with lib.platforms; linux ++ windows;
|
platforms = with lib.platforms; linux ++ windows;
|
||||||
|
|
|
@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
|
||||||
On linux, the data can be placed in ~/.local/share/fheroes2 folder.
|
On linux, the data can be placed in ~/.local/share/fheroes2 folder.
|
||||||
'';
|
'';
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = [ maintainers.karolchmist ];
|
maintainers = [ ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,7 +32,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
mainProgram = "smpq";
|
mainProgram = "smpq";
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
aanderse
|
aanderse
|
||||||
karolchmist
|
|
||||||
];
|
];
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
|
|
|
@ -56,7 +56,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
aanderse
|
aanderse
|
||||||
karolchmist
|
|
||||||
];
|
];
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
broken = stdenv.hostPlatform.isDarwin; # installation directory mismatch
|
broken = stdenv.hostPlatform.isDarwin; # installation directory mismatch
|
||||||
|
|
|
@ -43,7 +43,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
mainProgram = "scala";
|
mainProgram = "scala";
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
karolchmist
|
|
||||||
virusdave
|
virusdave
|
||||||
kashw2
|
kashw2
|
||||||
natsukagami
|
natsukagami
|
||||||
|
|
|
@ -68,6 +68,6 @@ buildPythonPackage rec {
|
||||||
import the project being documented.
|
import the project being documented.
|
||||||
'';
|
'';
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ karolchmist ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue