maintainers: remove bricewge

So long, and thanks for all the fish!

+4 -10
-6
maintainers/maintainer-list.nix
··· 1520 githubId = 355401; 1521 name = "Brian Hicks"; 1522 }; 1523 - bricewge = { 1524 - email = "bricewge@gmail.com"; 1525 - github = "bricewge"; 1526 - githubId = 5525646; 1527 - name = "Brice Waegeneire"; 1528 - }; 1529 Br1ght0ne = { 1530 email = "brightone@protonmail.com"; 1531 github = "Br1ght0ne";
··· 1520 githubId = 355401; 1521 name = "Brian Hicks"; 1522 }; 1523 Br1ght0ne = { 1524 email = "brightone@protonmail.com"; 1525 github = "Br1ght0ne";
+1 -1
nixos/tests/miniflux.nix
··· 11 with lib; 12 { 13 name = "miniflux"; 14 - meta.maintainers = with pkgs.lib.maintainers; [ bricewge ]; 15 16 nodes = { 17 default =
··· 11 with lib; 12 { 13 name = "miniflux"; 14 + meta.maintainers = with pkgs.lib.maintainers; [ ]; 15 16 nodes = { 17 default =
+1 -1
pkgs/data/themes/solarc/default.nix
··· 25 description = "Solarized version of the Arc theme"; 26 homepage = "https://github.com/schemar/solarc-theme"; 27 license = licenses.gpl3; 28 - maintainers = [ maintainers.bricewge ]; 29 platforms = platforms.linux; 30 }; 31 }
··· 25 description = "Solarized version of the Arc theme"; 26 homepage = "https://github.com/schemar/solarc-theme"; 27 license = licenses.gpl3; 28 + maintainers = [ ]; 29 platforms = platforms.linux; 30 }; 31 }
+1 -1
pkgs/development/tools/continuous-integration/drone-cli/default.nix
··· 21 }; 22 23 meta = with lib; { 24 - maintainers = with maintainers; [ bricewge ]; 25 license = licenses.asl20; 26 description = "Command line client for the Drone continuous integration server"; 27 };
··· 21 }; 22 23 meta = with lib; { 24 + maintainers = with maintainers; [ ]; 25 license = licenses.asl20; 26 description = "Command line client for the Drone continuous integration server"; 27 };
+1 -1
pkgs/os-specific/linux/ddcci/default.nix
··· 36 description = "Kernel module driver for DDC/CI monitors"; 37 homepage = "https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux"; 38 license = licenses.gpl2Plus; 39 - maintainers = with maintainers; [ bricewge ]; 40 platforms = platforms.linux; 41 broken = kernel.kernelOlder "5.1"; 42 };
··· 36 description = "Kernel module driver for DDC/CI monitors"; 37 homepage = "https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux"; 38 license = licenses.gpl2Plus; 39 + maintainers = with maintainers; [ ]; 40 platforms = platforms.linux; 41 broken = kernel.kernelOlder "5.1"; 42 };