lol

Merge pull request #305826 from KamilaBorowska/maintainers-remove-kamilaborowska

maintainers: remove KamilaBorowska

authored by

Weijia Wang and committed by
GitHub
5cb9d83f a5edac54

+25 -33
-6
maintainers/maintainer-list.nix
··· 21898 21898 githubId = 36407913; 21899 21899 name = "Uli Baum"; 21900 21900 }; 21901 - xfix = { 21902 - email = "kamila@borowska.pw"; 21903 - github = "KamilaBorowska"; 21904 - githubId = 1297598; 21905 - name = "Kamila Borowska"; 21906 - }; 21907 21901 xfnw = { 21908 21902 email = "xfnw+nixos@riseup.net"; 21909 21903 github = "xfnw";
+1 -1
nixos/tests/caddy.nix
··· 1 1 import ./make-test-python.nix ({ pkgs, ... }: { 2 2 name = "caddy"; 3 3 meta = with pkgs.lib.maintainers; { 4 - maintainers = [ xfix Br1ght0ne ]; 4 + maintainers = [ Br1ght0ne ]; 5 5 }; 6 6 7 7 nodes = {
-1
pkgs/applications/emulators/dolphin-emu/default.nix
··· 204 204 maintainers = with maintainers; [ 205 205 MP2E 206 206 ashkitten 207 - xfix 208 207 ivar 209 208 ]; 210 209 };
-1
pkgs/applications/emulators/melonDS/default.nix
··· 65 65 artemist 66 66 benley 67 67 shamilton 68 - xfix 69 68 ]; 70 69 platforms = lib.platforms.linux; 71 70 };
+1 -1
pkgs/applications/emulators/snes9x/default.nix
··· 120 120 license = licenses.unfreeRedistributable // { 121 121 url = "https://github.com/snes9xgit/snes9x/blob/${version}/LICENSE"; 122 122 }; 123 - maintainers = with maintainers; [ qknight xfix thiagokokada ]; 123 + maintainers = with maintainers; [ qknight thiagokokada ]; 124 124 platforms = platforms.unix; 125 125 broken = (withGtk && stdenv.isDarwin); 126 126 mainProgram = "snes9x";
+1 -1
pkgs/applications/misc/skytemple/default.nix
··· 67 67 description = "ROM hacking tool for Pokémon Mystery Dungeon Explorers of Sky"; 68 68 mainProgram = "skytemple"; 69 69 license = licenses.gpl3Plus; 70 - maintainers = with maintainers; [ xfix marius851000 ]; 70 + maintainers = with maintainers; [ marius851000 ]; 71 71 }; 72 72 }
+1 -1
pkgs/by-name/un/universal-android-debloater/package.nix
··· 57 57 homepage = "https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation"; 58 58 license = licenses.gpl3Only; 59 59 mainProgram = "uad-ng"; 60 - maintainers = with maintainers; [ xfix ]; 60 + maintainers = with maintainers; [ ]; 61 61 platforms = platforms.linux; 62 62 }; 63 63 }
+1 -1
pkgs/development/python-modules/dungeon-eos/default.nix
··· 19 19 homepage = "https://github.com/SkyTemple/dungeon-eos"; 20 20 description = "A package that simulates PMD EoS dungeon generation"; 21 21 license = licenses.gpl3Plus; 22 - maintainers = with maintainers; [ marius851000 xfix ]; 22 + maintainers = with maintainers; [ marius851000 ]; 23 23 }; 24 24 }
+1 -1
pkgs/development/python-modules/explorerscript/default.nix
··· 64 64 homepage = "https://github.com/SkyTemple/explorerscript"; 65 65 description = "A programming language + compiler/decompiler for creating scripts for Pokémon Mystery Dungeon Explorers of Sky"; 66 66 license = licenses.mit; 67 - maintainers = with maintainers; [ marius851000 xfix ]; 67 + maintainers = with maintainers; [ marius851000 ]; 68 68 }; 69 69 }
+1 -1
pkgs/development/python-modules/ndspy/default.nix
··· 35 35 description = "Python library for many Nintendo DS file formats"; 36 36 homepage = "https://github.com/RoadrunnerWMC/ndspy"; 37 37 license = licenses.gpl3Plus; 38 - maintainers = with maintainers; [ xfix ]; 38 + maintainers = with maintainers; [ marius851000 ]; 39 39 }; 40 40 }
+1 -1
pkgs/development/python-modules/pmdsky-debug-py/default.nix
··· 27 27 description = "Autogenerated and statically check-able pmdsky-debug symbol definitions for Python"; 28 28 homepage = "https://github.com/SkyTemple/pmdsky-debug-py"; 29 29 license = licenses.mit; 30 - maintainers = with maintainers; [ marius851000 xfix ]; 30 + maintainers = with maintainers; [ ]; 31 31 }; 32 32 }
+1 -1
pkgs/development/python-modules/py-desmume/default.nix
··· 64 64 description = "Python library to interface with DeSmuME, the Nintendo DS emulator"; 65 65 homepage = "https://github.com/SkyTemple/py-desmume"; 66 66 license = licenses.gpl3Plus; 67 - maintainers = with maintainers; [ marius851000 xfix ]; 67 + maintainers = with maintainers; [ marius851000 ]; 68 68 }; 69 69 }
+1 -1
pkgs/development/python-modules/pygtkspellcheck/default.nix
··· 39 39 homepage = "https://github.com/koehlma/pygtkspellcheck"; 40 40 description = "A Python spell-checking library for GtkTextViews based on Enchant"; 41 41 license = licenses.gpl3Plus; 42 - maintainers = with maintainers; [ xfix ]; 42 + maintainers = with maintainers; [ ]; 43 43 }; 44 44 }
+1 -1
pkgs/development/python-modules/pypresence/default.nix
··· 17 17 homepage = "https://qwertyquerty.github.io/pypresence/html/index.html"; 18 18 description = "Discord RPC client written in Python"; 19 19 license = licenses.mit; 20 - maintainers = with maintainers; [ xfix ]; 20 + maintainers = with maintainers; [ ]; 21 21 }; 22 22 }
+1 -1
pkgs/development/python-modules/setuptools-dso/default.nix
··· 25 25 description = "setuptools extension for building non-Python Dynamic Shared Objects"; 26 26 homepage = "https://github.com/mdavidsaver/setuptools_dso"; 27 27 license = licenses.bsd3; 28 - maintainers = with maintainers; [ marius851000 xfix ]; 28 + maintainers = with maintainers; [ marius851000 ]; 29 29 }; 30 30 }
+1 -1
pkgs/development/python-modules/skytemple-dtef/default.nix
··· 38 38 description = "A format for standardized rule-based tilesets with 256 adjacency combinations"; 39 39 homepage = "https://github.com/SkyTemple/skytemple-dtef"; 40 40 license = licenses.gpl3Plus; 41 - maintainers = with maintainers; [ marius851000 xfix ]; 41 + maintainers = with maintainers; [ marius851000 ]; 42 42 }; 43 43 }
+1 -1
pkgs/development/python-modules/skytemple-eventserver/default.nix
··· 19 19 homepage = "https://github.com/SkyTemple/skytemple-eventserver"; 20 20 description = "Websocket server that emits SkyTemple UI events"; 21 21 license = licenses.gpl3Plus; 22 - maintainers = with maintainers; [ marius851000 xfix ]; 22 + maintainers = with maintainers; [ marius851000 ]; 23 23 }; 24 24 }
+1 -1
pkgs/development/python-modules/skytemple-files/default.nix
··· 89 89 description = "Python library to edit the ROM of Pokémon Mystery Dungeon Explorers of Sky"; 90 90 mainProgram = "skytemple_export_maps"; 91 91 license = licenses.gpl3Plus; 92 - maintainers = with maintainers; [ xfix marius851000 ]; 92 + maintainers = with maintainers; [ marius851000 ]; 93 93 broken = stdenv.isDarwin; # pyobjc is missing 94 94 }; 95 95 }
+1 -1
pkgs/development/python-modules/skytemple-icons/default.nix
··· 19 19 homepage = "https://github.com/SkyTemple/skytemple-icons"; 20 20 description = "Icons for SkyTemple"; 21 21 license = licenses.gpl3Plus; 22 - maintainers = with maintainers; [ xfix ]; 22 + maintainers = with maintainers; [ ]; 23 23 }; 24 24 }
+1 -1
pkgs/development/python-modules/skytemple-rust/default.nix
··· 40 40 homepage = "https://github.com/SkyTemple/skytemple-rust"; 41 41 description = "Binary Rust extensions for SkyTemple"; 42 42 license = licenses.mit; 43 - maintainers = with maintainers; [ xfix marius851000 ]; 43 + maintainers = with maintainers; [ marius851000 ]; 44 44 }; 45 45 }
+1 -1
pkgs/development/python-modules/skytemple-ssb-debugger/default.nix
··· 58 58 description = "Script Engine Debugger for Pokémon Mystery Dungeon Explorers of Sky"; 59 59 mainProgram = "skytemple-ssb-debugger"; 60 60 license = licenses.gpl3Plus; 61 - maintainers = with maintainers; [ marius851000 xfix ]; 61 + maintainers = with maintainers; [ marius851000 ]; 62 62 }; 63 63 }
+1 -1
pkgs/development/python-modules/skytemple-ssb-emulator/default.nix
··· 73 73 description = "SkyTemple Script Engine Debugger Emulator Backend"; 74 74 homepage = "https://github.com/SkyTemple/skytemple-ssb-emulator"; 75 75 license = licenses.gpl3Plus; 76 - maintainers = with maintainers; [ marius851000 xfix ]; 76 + maintainers = with maintainers; [ marius851000 ]; 77 77 }; 78 78 }
+1 -1
pkgs/development/python-modules/tilequant/default.nix
··· 51 51 homepage = "https://github.com/SkyTemple/tilequant"; 52 52 changelog = "https://github.com/SkyTemple/tilequant/releases/tag/${version}"; 53 53 license = licenses.gpl3Plus; 54 - maintainers = with maintainers; [ marius851000 xfix ]; 54 + maintainers = with maintainers; [ marius851000 ]; 55 55 mainProgram = "tilequant"; 56 56 }; 57 57 }
+1 -1
pkgs/games/rocksndiamonds/default.nix
··· 54 54 homepage = "https://www.artsoft.org/rocksndiamonds/"; 55 55 license = licenses.gpl2; 56 56 platforms = platforms.linux; 57 - maintainers = with maintainers; [ orivej xfix ]; 57 + maintainers = with maintainers; [ orivej ]; 58 58 }; 59 59 }
+1 -1
pkgs/shells/bash/bash-completion/default.nix
··· 69 69 description = "Programmable completion for the bash shell"; 70 70 license = licenses.gpl2Plus; 71 71 platforms = platforms.unix; 72 - maintainers = [ maintainers.xfix ]; 72 + maintainers = [ ]; 73 73 }; 74 74 }
+1 -1
pkgs/tools/backup/zfsbackup/default.nix
··· 26 26 description = "Backup ZFS snapshots to cloud storage such as Google, Amazon, Azure, etc"; 27 27 homepage = "https://github.com/someone1/zfsbackup-go"; 28 28 license = licenses.mit; 29 - maintainers = with maintainers; [ xfix ]; 29 + maintainers = with maintainers; [ ]; 30 30 platforms = platforms.linux; 31 31 mainProgram = "zfsbackup-go"; 32 32 };
+1 -1
pkgs/tools/compression/flips/default.nix
··· 25 25 description = "A patcher for IPS and BPS files"; 26 26 homepage = "https://github.com/Alcaro/Flips"; 27 27 license = licenses.gpl3Plus; 28 - maintainers = [ maintainers.xfix ]; 28 + maintainers = [ ]; 29 29 platforms = platforms.linux; 30 30 mainProgram = "flips"; 31 31 };
+1 -1
pkgs/tools/security/step-cli/default.nix
··· 32 32 homepage = "https://smallstep.com/cli/"; 33 33 changelog = "https://github.com/smallstep/cli/blob/v${version}/CHANGELOG.md"; 34 34 license = licenses.asl20; 35 - maintainers = with maintainers; [ xfix ]; 35 + maintainers = with maintainers; [ ]; 36 36 platforms = platforms.linux ++ platforms.darwin; 37 37 mainProgram = "step"; 38 38 };