mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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;
|
||||
name = "Karl Hallsby";
|
||||
};
|
||||
karolchmist = {
|
||||
email = "info+nix@chmist.com";
|
||||
github = "karolchmist";
|
||||
githubId = 1927188;
|
||||
name = "karolchmist";
|
||||
};
|
||||
kashw2 = {
|
||||
email = "supra4keanu@hotmail.com";
|
||||
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.";
|
||||
license = lib.licenses.sustainableUse;
|
||||
maintainers = with lib.maintainers; [
|
||||
karolchmist
|
||||
aanderse
|
||||
];
|
||||
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.
|
||||
'';
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = [ maintainers.karolchmist ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -32,7 +32,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
mainProgram = "smpq";
|
||||
maintainers = with lib.maintainers; [
|
||||
aanderse
|
||||
karolchmist
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -43,7 +43,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
platforms = platforms.all;
|
||||
mainProgram = "scala";
|
||||
maintainers = with maintainers; [
|
||||
karolchmist
|
||||
virusdave
|
||||
kashw2
|
||||
natsukagami
|
||||
|
|
|
@ -68,6 +68,6 @@ buildPythonPackage rec {
|
|||
import the project being documented.
|
||||
'';
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ karolchmist ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue