lol

treewide: remove ma27 from the maintainer-list of a few packages

These are all packages that I stopped using and hence just create noise
in my inbox for each change affecting them and let's face it, while I
still enjoy contributing to nixpkgs, it doesn't really make sense to be
listed there if I can't do much anyways.

Each of these packages can be taken over by someone or removed if
people think that's reasonable.

Of course, if other maintainers face issues, I can answer some questions
if needed & possible.

+21 -21
+1 -1
nixos/tests/graylog.nix
··· 1 1 import ./make-test-python.nix ({ pkgs, lib, ... }: { 2 2 name = "graylog"; 3 - meta.maintainers = with lib.maintainers; [ ma27 ]; 3 + meta.maintainers = with lib.maintainers; [ ]; 4 4 5 5 machine = { pkgs, ... }: { 6 6 virtualisation.memorySize = 4096;
+1 -1
nixos/tests/nexus.nix
··· 6 6 import ./make-test-python.nix ({ pkgs, ...} : { 7 7 name = "nexus"; 8 8 meta = with pkgs.lib.maintainers; { 9 - maintainers = [ ironpinguin ma27 ]; 9 + maintainers = [ ironpinguin ]; 10 10 }; 11 11 12 12 nodes = {
+1 -1
nixos/tests/xautolock.nix
··· 4 4 5 5 { 6 6 name = "xautolock"; 7 - meta.maintainers = with pkgs.lib.maintainers; [ ma27 ]; 7 + meta.maintainers = with pkgs.lib.maintainers; [ ]; 8 8 9 9 nodes.machine = { 10 10 imports = [ ./common/x11.nix ./common/user-account.nix ];
+1 -1
nixos/tests/xss-lock.nix
··· 4 4 5 5 { 6 6 name = "xss-lock"; 7 - meta.maintainers = with pkgs.lib.maintainers; [ ma27 ]; 7 + meta.maintainers = with pkgs.lib.maintainers; [ ]; 8 8 9 9 nodes = { 10 10 simple = {
+1 -1
nixos/tests/yabar.nix
··· 5 5 { 6 6 name = "yabar"; 7 7 meta = with pkgs.lib.maintainers; { 8 - maintainers = [ ma27 ]; 8 + maintainers = [ ]; 9 9 }; 10 10 11 11 machine = {
+1 -1
pkgs/applications/misc/taizen/default.nix
··· 20 20 homepage = "https://crates.io/crates/taizen"; 21 21 license = licenses.mit; 22 22 description = "curses based mediawiki browser"; 23 - maintainers = with maintainers; [ ma27 ]; 23 + maintainers = with maintainers; [ ]; 24 24 }; 25 25 }
+1 -1
pkgs/applications/misc/xmind/default.nix
··· 87 87 homepage = "https://www.xmind.net/"; 88 88 license = licenses.unfree; 89 89 platforms = platforms.linux; 90 - maintainers = with maintainers; [ michalrus ma27 ]; 90 + maintainers = with maintainers; [ michalrus ]; 91 91 }; 92 92 }
+1 -1
pkgs/applications/video/avidemux/default.nix
··· 91 91 meta = with lib; { 92 92 homepage = "http://fixounet.free.fr/avidemux/"; 93 93 description = "Free video editor designed for simple video editing tasks"; 94 - maintainers = with maintainers; [ abbradar ma27 ]; 94 + maintainers = with maintainers; [ abbradar ]; 95 95 # "CPU not supported" errors on AArch64 96 96 platforms = [ "i686-linux" "x86_64-linux" ]; 97 97 license = licenses.gpl2;
+1 -1
pkgs/applications/video/xscast/default.nix
··· 30 30 homepage = "https://github.com/KeyboardFire/xscast"; 31 31 license = licenses.mit; 32 32 description = "Screencasts of windows with list of keystrokes overlayed"; 33 - maintainers = with maintainers; [ ma27 ]; 33 + maintainers = with maintainers; [ ]; 34 34 }; 35 35 }
+1 -1
pkgs/development/libraries/howard-hinnant-date/default.nix
··· 41 41 description = "A date and time library based on the C++11/14/17 <chrono> header"; 42 42 homepage = "https://github.com/HowardHinnant/date"; 43 43 platforms = platforms.linux; 44 - maintainers = with maintainers; [ ma27 ]; 44 + maintainers = with maintainers; [ ]; 45 45 }; 46 46 }
+1 -1
pkgs/development/libraries/libelfin/default.nix
··· 26 26 homepage = "https://github.com/aclements/libelfin/"; 27 27 license = licenses.mit; 28 28 description = "C++11 ELF/DWARF parser"; 29 - maintainers = with maintainers; [ ma27 ]; 29 + maintainers = with maintainers; [ ]; 30 30 platforms = platforms.linux; 31 31 }; 32 32 }
+1 -1
pkgs/development/python-modules/fs-s3fs/default.nix
··· 18 18 homepage = "https://pypi.org/project/fs-s3fs/"; 19 19 license = licenses.mit; 20 20 description = "Amazon S3 filesystem for PyFilesystem2"; 21 - maintainers = with maintainers; [ ma27 ]; 21 + maintainers = with maintainers; [ ]; 22 22 }; 23 23 }
+1 -1
pkgs/development/python-modules/nose-cov/default.nix
··· 15 15 homepage = "https://pypi.org/project/nose-cov/"; 16 16 license = licenses.mit; 17 17 description = "This plugin produces coverage reports. It also supports coverage of subprocesses."; 18 - maintainers = with maintainers; [ ma27 ]; 18 + maintainers = with maintainers; [ ]; 19 19 }; 20 20 }
+1 -1
pkgs/development/python-modules/parameterized/default.nix
··· 35 35 description = "Parameterized testing with any Python test framework"; 36 36 homepage = "https://github.com/wolever/parameterized"; 37 37 license = licenses.bsd2; 38 - maintainers = with maintainers; [ ma27 ]; 38 + maintainers = with maintainers; [ ]; 39 39 }; 40 40 }
+1 -1
pkgs/development/python-modules/pybase64/default.nix
··· 24 24 description = "Fast Base64 encoding/decoding"; 25 25 homepage = "https://github.com/mayeut/pybase64"; 26 26 license = licenses.bsd2; 27 - maintainers = with maintainers; [ ma27 ]; 27 + maintainers = with maintainers; [ ]; 28 28 }; 29 29 }
+1 -1
pkgs/development/python-modules/todoist/default.nix
··· 17 17 description = "The official Todoist Python API library"; 18 18 homepage = "https://todoist-python.readthedocs.io/en/latest/"; 19 19 license = licenses.mit; 20 - maintainers = with maintainers; [ ma27 ]; 20 + maintainers = with maintainers; [ ]; 21 21 }; 22 22 }
+1 -1
pkgs/development/tools/database/shmig/default.nix
··· 38 38 description = "Minimalistic database migration tool with MySQL, PostgreSQL and SQLite support"; 39 39 homepage = "https://github.com/mbucc/shmig"; 40 40 license = licenses.bsd3; 41 - maintainers = with maintainers; [ ma27 ]; 41 + maintainers = with maintainers; [ ]; 42 42 }; 43 43 }
+1 -1
pkgs/development/tools/rust/racer/default.nix
··· 43 43 description = "A utility intended to provide Rust code completion for editors and IDEs"; 44 44 homepage = "https://github.com/racer-rust/racer"; 45 45 license = licenses.mit; 46 - maintainers = with maintainers; [ jagajaga ma27 ]; 46 + maintainers = with maintainers; [ jagajaga ]; 47 47 }; 48 48 }
+1 -1
pkgs/tools/graphics/nifskope/default.nix
··· 60 60 meta = with lib; { 61 61 homepage = "http://niftools.sourceforge.net/wiki/NifSkope"; 62 62 description = "A tool for analyzing and editing NetImmerse/Gamebryo '*.nif' files"; 63 - maintainers = with maintainers; [ eelco ma27 ]; 63 + maintainers = with maintainers; [ eelco ]; 64 64 platforms = platforms.linux; 65 65 license = licenses.bsd3; 66 66 };
+1 -1
pkgs/tools/misc/peep/default.nix
··· 18 18 description = "The CLI text viewer tool that works like less command on small pane within the terminal window"; 19 19 license = licenses.mit; 20 20 homepage = "https://github.com/ryochack/peep"; 21 - maintainers = with maintainers; [ ma27 ]; 21 + maintainers = with maintainers; [ ]; 22 22 }; 23 23 }
+1 -1
pkgs/tools/misc/thefuck/default.nix
··· 22 22 homepage = "https://github.com/nvbn/thefuck"; 23 23 description = "Magnificent app which corrects your previous console command"; 24 24 license = licenses.mit; 25 - maintainers = with maintainers; [ ma27 SuperSandro2000 ]; 25 + maintainers = with maintainers; [ SuperSandro2000 ]; 26 26 }; 27 27 }