maintainers: remove KamilaBorowska

This commit is contained in:
Kamila Borowska 2024-04-21 22:22:17 +02:00
parent d285a49ffa
commit 0d3b34f45a
28 changed files with 25 additions and 33 deletions

View File

@ -21898,12 +21898,6 @@
githubId = 36407913;
name = "Uli Baum";
};
xfix = {
email = "kamila@borowska.pw";
github = "KamilaBorowska";
githubId = 1297598;
name = "Kamila Borowska";
};
xfnw = {
email = "xfnw+nixos@riseup.net";
github = "xfnw";

View File

@ -1,7 +1,7 @@
import ./make-test-python.nix ({ pkgs, ... }: {
name = "caddy";
meta = with pkgs.lib.maintainers; {
maintainers = [ xfix Br1ght0ne ];
maintainers = [ Br1ght0ne ];
};
nodes = {

View File

@ -204,7 +204,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [
MP2E
ashkitten
xfix
ivar
];
};

View File

@ -65,7 +65,6 @@ stdenv.mkDerivation (finalAttrs: {
artemist
benley
shamilton
xfix
];
platforms = lib.platforms.linux;
};

View File

@ -120,7 +120,7 @@ stdenv.mkDerivation rec {
license = licenses.unfreeRedistributable // {
url = "https://github.com/snes9xgit/snes9x/blob/${version}/LICENSE";
};
maintainers = with maintainers; [ qknight xfix thiagokokada ];
maintainers = with maintainers; [ qknight thiagokokada ];
platforms = platforms.unix;
broken = (withGtk && stdenv.isDarwin);
mainProgram = "snes9x";

View File

@ -67,6 +67,6 @@ python3Packages.buildPythonApplication rec {
description = "ROM hacking tool for Pokémon Mystery Dungeon Explorers of Sky";
mainProgram = "skytemple";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ xfix marius851000 ];
maintainers = with maintainers; [ marius851000 ];
};
}

View File

@ -57,7 +57,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation";
license = licenses.gpl3Only;
mainProgram = "uad-ng";
maintainers = with maintainers; [ xfix ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}

View File

@ -19,6 +19,6 @@ buildPythonPackage rec {
homepage = "https://github.com/SkyTemple/dungeon-eos";
description = "A package that simulates PMD EoS dungeon generation";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ marius851000 xfix ];
maintainers = with maintainers; [ marius851000 ];
};
}

View File

@ -64,6 +64,6 @@ buildPythonPackage rec {
homepage = "https://github.com/SkyTemple/explorerscript";
description = "A programming language + compiler/decompiler for creating scripts for Pokémon Mystery Dungeon Explorers of Sky";
license = licenses.mit;
maintainers = with maintainers; [ marius851000 xfix ];
maintainers = with maintainers; [ marius851000 ];
};
}

View File

@ -35,6 +35,6 @@ buildPythonPackage rec {
description = "Python library for many Nintendo DS file formats";
homepage = "https://github.com/RoadrunnerWMC/ndspy";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ xfix ];
maintainers = with maintainers; [ marius851000 ];
};
}

View File

@ -27,6 +27,6 @@ buildPythonPackage rec {
description = "Autogenerated and statically check-able pmdsky-debug symbol definitions for Python";
homepage = "https://github.com/SkyTemple/pmdsky-debug-py";
license = licenses.mit;
maintainers = with maintainers; [ marius851000 xfix ];
maintainers = with maintainers; [ ];
};
}

View File

@ -64,6 +64,6 @@ buildPythonPackage rec {
description = "Python library to interface with DeSmuME, the Nintendo DS emulator";
homepage = "https://github.com/SkyTemple/py-desmume";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ marius851000 xfix ];
maintainers = with maintainers; [ marius851000 ];
};
}

View File

@ -39,6 +39,6 @@ buildPythonPackage rec {
homepage = "https://github.com/koehlma/pygtkspellcheck";
description = "A Python spell-checking library for GtkTextViews based on Enchant";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ xfix ];
maintainers = with maintainers; [ ];
};
}

View File

@ -17,6 +17,6 @@ buildPythonPackage rec {
homepage = "https://qwertyquerty.github.io/pypresence/html/index.html";
description = "Discord RPC client written in Python";
license = licenses.mit;
maintainers = with maintainers; [ xfix ];
maintainers = with maintainers; [ ];
};
}

View File

@ -25,6 +25,6 @@ buildPythonPackage rec {
description = "setuptools extension for building non-Python Dynamic Shared Objects";
homepage = "https://github.com/mdavidsaver/setuptools_dso";
license = licenses.bsd3;
maintainers = with maintainers; [ marius851000 xfix ];
maintainers = with maintainers; [ marius851000 ];
};
}

View File

@ -38,6 +38,6 @@ buildPythonPackage rec {
description = "A format for standardized rule-based tilesets with 256 adjacency combinations";
homepage = "https://github.com/SkyTemple/skytemple-dtef";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ marius851000 xfix ];
maintainers = with maintainers; [ marius851000 ];
};
}

View File

@ -19,6 +19,6 @@ buildPythonPackage rec {
homepage = "https://github.com/SkyTemple/skytemple-eventserver";
description = "Websocket server that emits SkyTemple UI events";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ marius851000 xfix ];
maintainers = with maintainers; [ marius851000 ];
};
}

View File

@ -89,7 +89,7 @@ buildPythonPackage rec {
description = "Python library to edit the ROM of Pokémon Mystery Dungeon Explorers of Sky";
mainProgram = "skytemple_export_maps";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ xfix marius851000 ];
maintainers = with maintainers; [ marius851000 ];
broken = stdenv.isDarwin; # pyobjc is missing
};
}

View File

@ -19,6 +19,6 @@ buildPythonPackage rec {
homepage = "https://github.com/SkyTemple/skytemple-icons";
description = "Icons for SkyTemple";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ xfix ];
maintainers = with maintainers; [ ];
};
}

View File

@ -40,6 +40,6 @@ buildPythonPackage rec {
homepage = "https://github.com/SkyTemple/skytemple-rust";
description = "Binary Rust extensions for SkyTemple";
license = licenses.mit;
maintainers = with maintainers; [ xfix marius851000 ];
maintainers = with maintainers; [ marius851000 ];
};
}

View File

@ -58,6 +58,6 @@ buildPythonPackage rec {
description = "Script Engine Debugger for Pokémon Mystery Dungeon Explorers of Sky";
mainProgram = "skytemple-ssb-debugger";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ marius851000 xfix ];
maintainers = with maintainers; [ marius851000 ];
};
}

View File

@ -73,6 +73,6 @@ buildPythonPackage rec {
description = "SkyTemple Script Engine Debugger Emulator Backend";
homepage = "https://github.com/SkyTemple/skytemple-ssb-emulator";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ marius851000 xfix ];
maintainers = with maintainers; [ marius851000 ];
};
}

View File

@ -51,7 +51,7 @@ buildPythonPackage rec {
homepage = "https://github.com/SkyTemple/tilequant";
changelog = "https://github.com/SkyTemple/tilequant/releases/tag/${version}";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ marius851000 xfix ];
maintainers = with maintainers; [ marius851000 ];
mainProgram = "tilequant";
};
}

View File

@ -54,6 +54,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.artsoft.org/rocksndiamonds/";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ orivej xfix ];
maintainers = with maintainers; [ orivej ];
};
}

View File

@ -69,6 +69,6 @@ stdenv.mkDerivation rec {
description = "Programmable completion for the bash shell";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = [ maintainers.xfix ];
maintainers = [ ];
};
}

View File

@ -26,7 +26,7 @@ buildGoModule rec {
description = "Backup ZFS snapshots to cloud storage such as Google, Amazon, Azure, etc";
homepage = "https://github.com/someone1/zfsbackup-go";
license = licenses.mit;
maintainers = with maintainers; [ xfix ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
mainProgram = "zfsbackup-go";
};

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation {
description = "A patcher for IPS and BPS files";
homepage = "https://github.com/Alcaro/Flips";
license = licenses.gpl3Plus;
maintainers = [ maintainers.xfix ];
maintainers = [ ];
platforms = platforms.linux;
mainProgram = "flips";
};

View File

@ -32,7 +32,7 @@ buildGoModule rec {
homepage = "https://smallstep.com/cli/";
changelog = "https://github.com/smallstep/cli/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ xfix ];
maintainers = with maintainers; [ ];
platforms = platforms.linux ++ platforms.darwin;
mainProgram = "step";
};