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