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