lol

treewide: Drop infinisil as maintainer from most packages

I'm not going anywhere, I'm focusing my energy on other issues, and
getting pinged as a maintainer for packages is a bit distracting (also
I'm not using most of these packages anyways!)

+42 -42
+1 -1
nixos/modules/services/backup/znapzend.nix
··· 465 }; 466 }; 467 468 - meta.maintainers = with maintainers; [ infinisil SlothOfAnarchy ]; 469 }
··· 465 }; 466 }; 467 468 + meta.maintainers = with maintainers; [ SlothOfAnarchy ]; 469 }
+1 -1
nixos/modules/services/networking/radicale.nix
··· 200 }; 201 }; 202 203 - meta.maintainers = with lib.maintainers; [ infinisil dotlambda ]; 204 }
··· 200 }; 201 }; 202 203 + meta.maintainers = with lib.maintainers; [ dotlambda ]; 204 }
+1 -1
pkgs/applications/audio/synaesthesia/default.nix
··· 28 description = "Program for representing sounds visually"; 29 license = lib.licenses.gpl2Only; 30 platforms = lib.platforms.linux; 31 - maintainers = [ lib.maintainers.infinisil ]; 32 mainProgram = "synaesthesia"; 33 }; 34 }
··· 28 description = "Program for representing sounds visually"; 29 license = lib.licenses.gpl2Only; 30 platforms = lib.platforms.linux; 31 + maintainers = [ ]; 32 mainProgram = "synaesthesia"; 33 }; 34 }
+1 -1
pkgs/applications/misc/bashSnippets/default.nix
··· 45 description = "A collection of small bash scripts for heavy terminal users"; 46 homepage = "https://github.com/alexanderepstein/Bash-Snippets"; 47 license = licenses.mit; 48 - maintainers = with maintainers; [ infinisil ]; 49 platforms = platforms.unix; 50 }; 51 }
··· 45 description = "A collection of small bash scripts for heavy terminal users"; 46 homepage = "https://github.com/alexanderepstein/Bash-Snippets"; 47 license = licenses.mit; 48 + maintainers = [ ]; 49 platforms = platforms.unix; 50 }; 51 }
+1 -1
pkgs/applications/misc/buku/default.nix
··· 82 homepage = "https://github.com/jarun/Buku"; 83 license = licenses.gpl3; 84 platforms = platforms.unix; 85 - maintainers = with maintainers; [ matthiasbeyer infinisil ]; 86 }; 87 }
··· 82 homepage = "https://github.com/jarun/Buku"; 83 license = licenses.gpl3; 84 platforms = platforms.unix; 85 + maintainers = with maintainers; [ matthiasbeyer ]; 86 }; 87 }
+1 -1
pkgs/applications/misc/tasknc/default.nix
··· 47 homepage = "https://github.com/lharding/tasknc"; 48 description = "A ncurses wrapper around taskwarrior"; 49 mainProgram = "tasknc"; 50 - maintainers = with maintainers; [ matthiasbeyer infinisil ]; 51 platforms = platforms.linux; # Cannot test others 52 license = licenses.mit; 53 };
··· 47 homepage = "https://github.com/lharding/tasknc"; 48 description = "A ncurses wrapper around taskwarrior"; 49 mainProgram = "tasknc"; 50 + maintainers = with maintainers; [ matthiasbeyer ]; 51 platforms = platforms.linux; # Cannot test others 52 license = licenses.mit; 53 };
+1 -1
pkgs/applications/misc/tmatrix/default.nix
··· 35 homepage = "https://github.com/M4444/TMatrix"; 36 license = licenses.gpl2; 37 platforms = platforms.all; 38 - maintainers = with maintainers; [ infinisil Br1ght0ne ]; 39 mainProgram = "tmatrix"; 40 }; 41 }
··· 35 homepage = "https://github.com/M4444/TMatrix"; 36 license = licenses.gpl2; 37 platforms = platforms.all; 38 + maintainers = with maintainers; [ Br1ght0ne ]; 39 mainProgram = "tmatrix"; 40 }; 41 }
+1 -1
pkgs/applications/misc/translate-shell/default.nix
··· 32 homepage = "https://www.soimort.org/translate-shell"; 33 description = "Command-line translator using Google Translate, Bing Translator, Yandex.Translate, and Apertium"; 34 license = licenses.unlicense; 35 - maintainers = with maintainers; [ ebzzry infinisil ]; 36 mainProgram = "trans"; 37 platforms = platforms.unix; 38 };
··· 32 homepage = "https://www.soimort.org/translate-shell"; 33 description = "Command-line translator using Google Translate, Bing Translator, Yandex.Translate, and Apertium"; 34 license = licenses.unlicense; 35 + maintainers = with maintainers; [ ebzzry ]; 36 mainProgram = "trans"; 37 platforms = platforms.unix; 38 };
+1 -1
pkgs/applications/networking/instant-messengers/ripcord/default.nix
··· 63 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 64 # See: https://cancel.fm/ripcord/shareware-redistribution/ 65 license = licenses.unfreeRedistributable; 66 - maintainers = with maintainers; [ infinisil ]; 67 platforms = [ "x86_64-linux" ]; 68 }; 69 }
··· 63 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 64 # See: https://cancel.fm/ripcord/shareware-redistribution/ 65 license = licenses.unfreeRedistributable; 66 + maintainers = [ ]; 67 platforms = [ "x86_64-linux" ]; 68 }; 69 }
+1 -1
pkgs/applications/networking/mumble/default.nix
··· 51 mainProgram = "mumble-server"; 52 homepage = "https://mumble.info"; 53 license = licenses.bsd3; 54 - maintainers = with maintainers; [ infinisil felixsinger lilacious ]; 55 platforms = platforms.linux; 56 }; 57 });
··· 51 mainProgram = "mumble-server"; 52 homepage = "https://mumble.info"; 53 license = licenses.bsd3; 54 + maintainers = with maintainers; [ felixsinger lilacious ]; 55 platforms = platforms.linux; 56 }; 57 });
+1 -1
pkgs/applications/networking/znc/modules.nix
··· 37 description = "Request backlog for IRC channels."; 38 homepage = "https://github.com/fruitiex/znc-backlog/"; 39 license = licenses.asl20; 40 - maintainers = with maintainers; [ infinisil ]; 41 }; 42 }; 43
··· 37 description = "Request backlog for IRC channels."; 38 homepage = "https://github.com/fruitiex/znc-backlog/"; 39 license = licenses.asl20; 40 + maintainers = [ ]; 41 }; 42 }; 43
+1 -1
pkgs/applications/science/math/almonds/default.nix
··· 22 mainProgram = "almonds"; 23 homepage = "https://github.com/Tenchi2xh/Almonds"; 24 license = licenses.mit; 25 - maintainers = with maintainers; [ infinisil ]; 26 }; 27 }
··· 22 mainProgram = "almonds"; 23 homepage = "https://github.com/Tenchi2xh/Almonds"; 24 license = licenses.mit; 25 + maintainers = [ ]; 26 }; 27 }
+3 -3
pkgs/development/interpreters/bats/libraries.nix
··· 21 platforms = lib.platforms.all; 22 homepage = "https://github.com/bats-core/bats-assert"; 23 license = lib.licenses.cc0; 24 - maintainers = with lib.maintainers; [ infinisil ]; 25 }; 26 }); 27 ··· 47 platforms = lib.platforms.all; 48 homepage = "https://github.com/bats-core/bats-file"; 49 license = lib.licenses.cc0; 50 - maintainers = with lib.maintainers; [ infinisil ]; 51 }; 52 }); 53 ··· 98 platforms = lib.platforms.all; 99 homepage = "https://github.com/bats-core/bats-support"; 100 license = lib.licenses.cc0; 101 - maintainers = with lib.maintainers; [ infinisil ]; 102 }; 103 }); 104 }
··· 21 platforms = lib.platforms.all; 22 homepage = "https://github.com/bats-core/bats-assert"; 23 license = lib.licenses.cc0; 24 + maintainers = [ ]; 25 }; 26 }); 27 ··· 47 platforms = lib.platforms.all; 48 homepage = "https://github.com/bats-core/bats-file"; 49 license = lib.licenses.cc0; 50 + maintainers = [ ]; 51 }; 52 }); 53 ··· 98 platforms = lib.platforms.all; 99 homepage = "https://github.com/bats-core/bats-support"; 100 license = lib.licenses.cc0; 101 + maintainers = [ ]; 102 }; 103 }); 104 }
+1 -1
pkgs/development/libraries/libimobiledevice-glue/default.nix
··· 37 description = "Library with common code used by the libraries and tools around the libimobiledevice project"; 38 license = licenses.lgpl21Plus; 39 platforms = platforms.unix; 40 - maintainers = with maintainers; [ infinisil ]; 41 }; 42 }
··· 37 description = "Library with common code used by the libraries and tools around the libimobiledevice project"; 38 license = licenses.lgpl21Plus; 39 platforms = platforms.unix; 40 + maintainers = [ ]; 41 }; 42 }
+1 -1
pkgs/development/libraries/libimobiledevice/default.nix
··· 77 ''; 78 license = licenses.lgpl21Plus; 79 platforms = platforms.unix; 80 - maintainers = with maintainers; [ infinisil ]; 81 }; 82 }
··· 77 ''; 78 license = licenses.lgpl21Plus; 79 platforms = platforms.unix; 80 + maintainers = [ ]; 81 }; 82 }
+1 -1
pkgs/development/libraries/libplist/default.nix
··· 51 description = "A library to handle Apple Property List format in binary or XML"; 52 homepage = "https://github.com/libimobiledevice/libplist"; 53 license = licenses.lgpl21Plus; 54 - maintainers = with maintainers; [ infinisil ]; 55 platforms = platforms.unix; 56 mainProgram = "plistutil"; 57 };
··· 51 description = "A library to handle Apple Property List format in binary or XML"; 52 homepage = "https://github.com/libimobiledevice/libplist"; 53 license = licenses.lgpl21Plus; 54 + maintainers = [ ]; 55 platforms = platforms.unix; 56 mainProgram = "plistutil"; 57 };
+1 -1
pkgs/development/libraries/libusbmuxd/default.nix
··· 37 homepage = "https://github.com/libimobiledevice/libusbmuxd"; 38 license = licenses.lgpl21Plus; 39 platforms = platforms.unix; 40 - maintainers = with maintainers; [ infinisil ]; 41 }; 42 }
··· 37 homepage = "https://github.com/libimobiledevice/libusbmuxd"; 38 license = licenses.lgpl21Plus; 39 platforms = platforms.unix; 40 + maintainers = [ ]; 41 }; 42 }
+1 -1
pkgs/development/python-modules/pymumble/default.nix
··· 48 homepage = "https://github.com/azlux/pymumble"; 49 changelog = "https://github.com/azlux/pymumble/releases/tag/${version}"; 50 license = licenses.gpl3Only; 51 - maintainers = with maintainers; [ thelegy infinisil ]; 52 }; 53 }
··· 48 homepage = "https://github.com/azlux/pymumble"; 49 changelog = "https://github.com/azlux/pymumble/releases/tag/${version}"; 50 license = licenses.gpl3Only; 51 + maintainers = with maintainers; [ thelegy ]; 52 }; 53 }
+1 -1
pkgs/development/python-modules/pyradios/default.nix
··· 32 description = "Python client for the https://api.radio-browser.info"; 33 homepage = "https://github.com/andreztz/pyradios"; 34 license = licenses.mit; 35 - maintainers = with maintainers; [ infinisil ]; 36 }; 37 }
··· 32 description = "Python client for the https://api.radio-browser.info"; 33 homepage = "https://github.com/andreztz/pyradios"; 34 license = licenses.mit; 35 + maintainers = [ ]; 36 }; 37 }
+1 -1
pkgs/development/python-modules/wand/default.nix
··· 43 description = "Ctypes-based simple MagickWand API binding for Python"; 44 homepage = "http://wand-py.org/"; 45 license = [ licenses.mit ]; 46 - maintainers = with maintainers; [ infinisil dotlambda ]; 47 }; 48 }
··· 43 description = "Ctypes-based simple MagickWand API binding for Python"; 44 homepage = "http://wand-py.org/"; 45 license = [ licenses.mit ]; 46 + maintainers = with maintainers; [ dotlambda ]; 47 }; 48 }
+1 -1
pkgs/games/minecraft/default.nix
··· 147 meta = with lib; { 148 description = "Official launcher for Minecraft, a sandbox-building game"; 149 homepage = "https://minecraft.net"; 150 - maintainers = with maintainers; [ cpages ryantm infinisil ]; 151 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 152 license = licenses.unfree; 153 platforms = [ "x86_64-linux" ];
··· 147 meta = with lib; { 148 description = "Official launcher for Minecraft, a sandbox-building game"; 149 homepage = "https://minecraft.net"; 150 + maintainers = with maintainers; [ cpages ryantm ]; 151 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 152 license = licenses.unfree; 153 platforms = [ "x86_64-linux" ];
+1 -1
pkgs/games/pacvim/default.nix
··· 26 homepage = "https://github.com/jmoon018/PacVim"; 27 description = "A game that teaches you vim commands"; 28 mainProgram = "pacvim"; 29 - maintainers = with maintainers; [ infinisil ]; 30 license = licenses.lgpl3; 31 platforms = platforms.unix; 32 };
··· 26 homepage = "https://github.com/jmoon018/PacVim"; 27 description = "A game that teaches you vim commands"; 28 mainProgram = "pacvim"; 29 + maintainers = [ ]; 30 license = licenses.lgpl3; 31 platforms = platforms.unix; 32 };
+1 -1
pkgs/servers/invidious/default.nix
··· 110 mainProgram = "invidious"; 111 homepage = "https://invidious.io/"; 112 license = licenses.agpl3Plus; 113 - maintainers = with maintainers; [ infinisil sbruder ]; 114 }; 115 }
··· 110 mainProgram = "invidious"; 111 homepage = "https://invidious.io/"; 112 license = licenses.agpl3Plus; 113 + maintainers = with maintainers; [ sbruder ]; 114 }; 115 }
+1 -1
pkgs/servers/radicale/2.x.nix
··· 46 on mobile phones or computers. 47 ''; 48 license = licenses.gpl3Plus; 49 - maintainers = with maintainers; [ edwtjo pSub infinisil ]; 50 }; 51 }
··· 46 on mobile phones or computers. 47 ''; 48 license = licenses.gpl3Plus; 49 + maintainers = with maintainers; [ edwtjo pSub ]; 50 }; 51 }
+1 -1
pkgs/tools/X11/xwinwrap/default.nix
··· 48 ''; 49 license = licenses.hpnd; 50 homepage = "https://shantanugoel.com/2008/09/03/shantz-xwinwrap/"; 51 - maintainers = with maintainers; [ infinisil ]; 52 platforms = platforms.linux; 53 mainProgram = "xwinwrap"; 54 };
··· 48 ''; 49 license = licenses.hpnd; 50 homepage = "https://shantanugoel.com/2008/09/03/shantz-xwinwrap/"; 51 + maintainers = [ ]; 52 platforms = platforms.linux; 53 mainProgram = "xwinwrap"; 54 };
+1 -1
pkgs/tools/audio/botamusique/default.nix
··· 151 homepage = "https://github.com/azlux/botamusique"; 152 license = licenses.mit; 153 platforms = platforms.all; 154 - maintainers = with maintainers; [ infinisil ]; 155 mainProgram = "botamusique"; 156 }; 157 }
··· 151 homepage = "https://github.com/azlux/botamusique"; 152 license = licenses.mit; 153 platforms = platforms.all; 154 + maintainers = [ ]; 155 mainProgram = "botamusique"; 156 }; 157 }
+1 -1
pkgs/tools/filesystems/ifuse/default.nix
··· 41 ''; 42 license = licenses.lgpl21Plus; 43 platforms = platforms.unix; 44 - maintainers = with maintainers; [ infinisil ]; 45 mainProgram = "ifuse"; 46 }; 47 }
··· 41 ''; 42 license = licenses.lgpl21Plus; 43 platforms = platforms.unix; 44 + maintainers = [ ]; 45 mainProgram = "ifuse"; 46 }; 47 }
+1 -1
pkgs/tools/graphics/blockhash/default.nix
··· 24 Fan Gu and Xiamu Niu. 25 ''; 26 license = licenses.mit; 27 - maintainers = [ maintainers.infinisil ]; 28 platforms = platforms.unix; 29 mainProgram = "blockhash"; 30 };
··· 24 Fan Gu and Xiamu Niu. 25 ''; 26 license = licenses.mit; 27 + maintainers = [ ]; 28 platforms = platforms.unix; 29 mainProgram = "blockhash"; 30 };
+1 -1
pkgs/tools/graphics/jpegexiforient/default.nix
··· 22 # to be free since it's from IJG, the current maintainers of libjpeg 23 license = licenses.free; 24 platforms = platforms.all; 25 - maintainers = with maintainers; [ infinisil ]; 26 mainProgram = "jpegexiforient"; 27 }; 28 }
··· 22 # to be free since it's from IJG, the current maintainers of libjpeg 23 license = licenses.free; 24 platforms = platforms.all; 25 + maintainers = [ ]; 26 mainProgram = "jpegexiforient"; 27 }; 28 }
+1 -1
pkgs/tools/misc/dijo/default.nix
··· 16 description = "Scriptable, curses-based, digital habit tracker"; 17 homepage = "https://github.com/NerdyPepper/dijo"; 18 license = licenses.mit; 19 - maintainers = with maintainers; [ infinisil ]; 20 mainProgram = "dijo"; 21 }; 22 }
··· 16 description = "Scriptable, curses-based, digital habit tracker"; 17 homepage = "https://github.com/NerdyPepper/dijo"; 18 license = licenses.mit; 19 + maintainers = [ ]; 20 mainProgram = "dijo"; 21 }; 22 }
+1 -1
pkgs/tools/misc/hueadm/default.nix
··· 22 description = "Command line management interface to Philips Hue"; 23 homepage = "https://github.com/bahamas10/hueadm"; 24 license = lib.licenses.mit; 25 - maintainers = with lib.maintainers; [ infinisil ]; 26 mainProgram = "hueadm"; 27 }; 28 }
··· 22 description = "Command line management interface to Philips Hue"; 23 homepage = "https://github.com/bahamas10/hueadm"; 24 license = lib.licenses.mit; 25 + maintainers = [ ]; 26 mainProgram = "hueadm"; 27 }; 28 }
+1 -1
pkgs/tools/misc/ideviceinstaller/default.nix
··· 49 ''; 50 license = licenses.gpl2Plus; 51 platforms = platforms.unix; 52 - maintainers = with maintainers; [ aristid infinisil ]; 53 mainProgram = "ideviceinstaller"; 54 }; 55 }
··· 49 ''; 50 license = licenses.gpl2Plus; 51 platforms = platforms.unix; 52 + maintainers = with maintainers; [ aristid ]; 53 mainProgram = "ideviceinstaller"; 54 }; 55 }
+1 -1
pkgs/tools/misc/nms/default.nix
··· 21 effect seen in the 1992 movie Sneakers. 22 ''; 23 license = licenses.gpl3; 24 - maintainers = [ maintainers.infinisil ]; 25 platforms = platforms.unix; 26 }; 27 }
··· 21 effect seen in the 1992 movie Sneakers. 22 ''; 23 license = licenses.gpl3; 24 + maintainers = [ ]; 25 platforms = platforms.unix; 26 }; 27 }
+1 -1
pkgs/tools/misc/pdd/default.nix
··· 28 program arguments are specified it shows the current date, time and 29 timezone. 30 ''; 31 - maintainers = [ maintainers.infinisil ]; 32 license = licenses.gpl3; 33 mainProgram = "pdd"; 34 };
··· 28 program arguments are specified it shows the current date, time and 29 timezone. 30 ''; 31 + maintainers = [ ]; 32 license = licenses.gpl3; 33 mainProgram = "pdd"; 34 };
+1 -1
pkgs/tools/misc/sta/default.nix
··· 28 ''; 29 license = licenses.mit; 30 homepage = "https://github.com/simonccarter/sta"; 31 - maintainers = with maintainers; [ infinisil ]; 32 platforms = platforms.all; 33 badPlatforms = platforms.darwin; 34 mainProgram = "sta";
··· 28 ''; 29 license = licenses.mit; 30 homepage = "https://github.com/simonccarter/sta"; 31 + maintainers = [ ]; 32 platforms = platforms.all; 33 badPlatforms = platforms.darwin; 34 mainProgram = "sta";
+1 -1
pkgs/tools/misc/usbmuxd/default.nix
··· 51 ''; 52 license = licenses.gpl2Plus; 53 platforms = platforms.unix; 54 - maintainers = with maintainers; [ infinisil ]; 55 mainProgram = "usbmuxd"; 56 }; 57 }
··· 51 ''; 52 license = licenses.gpl2Plus; 53 platforms = platforms.unix; 54 + maintainers = [ ]; 55 mainProgram = "usbmuxd"; 56 }; 57 }
+1 -1
pkgs/tools/networking/bukubrow/default.nix
··· 42 description = "A WebExtension for Buku, a command-line bookmark manager"; 43 homepage = "https://github.com/SamHH/bukubrow-host"; 44 license = licenses.gpl3; 45 - maintainers = with maintainers; [ infinisil ]; 46 mainProgram = "bukubrow"; 47 }; 48 }
··· 42 description = "A WebExtension for Buku, a command-line bookmark manager"; 43 homepage = "https://github.com/SamHH/bukubrow-host"; 44 license = licenses.gpl3; 45 + maintainers = [ ]; 46 mainProgram = "bukubrow"; 47 }; 48 }
+1 -1
pkgs/tools/networking/shadowfox/default.nix
··· 34 description = "Universal dark theme for Firefox while adhering to the modern design principles set by Mozilla"; 35 homepage = "https://overdodactyl.github.io/ShadowFox/"; 36 license = licenses.mit; 37 - maintainers = with maintainers; [ infinisil ]; 38 mainProgram = "shadowfox-updater"; 39 }; 40 }
··· 34 description = "Universal dark theme for Firefox while adhering to the modern design principles set by Mozilla"; 35 homepage = "https://overdodactyl.github.io/ShadowFox/"; 36 license = licenses.mit; 37 + maintainers = [ ]; 38 mainProgram = "shadowfox-updater"; 39 }; 40 }
+1 -1
pkgs/tools/security/browserpass/default.nix
··· 69 mainProgram = "browserpass"; 70 homepage = "https://github.com/browserpass/browserpass-native"; 71 license = licenses.isc; 72 - maintainers = with maintainers; [ rvolosatovs infinisil ]; 73 }; 74 }
··· 69 mainProgram = "browserpass"; 70 homepage = "https://github.com/browserpass/browserpass-native"; 71 license = licenses.isc; 72 + maintainers = with maintainers; [ rvolosatovs ]; 73 }; 74 }
+1 -1
pkgs/tools/system/s-tui/default.nix
··· 30 homepage = "https://amanusk.github.io/s-tui/"; 31 description = "Stress-Terminal UI monitoring tool"; 32 license = licenses.gpl2; 33 - maintainers = with maintainers; [ infinisil ]; 34 broken = stdenv.isDarwin; # https://github.com/amanusk/s-tui/issues/49 35 mainProgram = "s-tui"; 36 };
··· 30 homepage = "https://amanusk.github.io/s-tui/"; 31 description = "Stress-Terminal UI monitoring tool"; 32 license = licenses.gpl2; 33 + maintainers = [ ]; 34 broken = stdenv.isDarwin; # https://github.com/amanusk/s-tui/issues/49 35 mainProgram = "s-tui"; 36 };