maintainers: remove bricewge

So long, and thanks for all the fish!

Changed files
+4 -10
maintainers
nixos
tests
pkgs
data
themes
solarc
development
tools
continuous-integration
drone-cli
os-specific
linux
ddcci
-6
maintainers/maintainer-list.nix
···
githubId = 355401;
name = "Brian Hicks";
};
-
bricewge = {
-
email = "bricewge@gmail.com";
-
github = "bricewge";
-
githubId = 5525646;
-
name = "Brice Waegeneire";
-
};
Br1ght0ne = {
email = "brightone@protonmail.com";
github = "Br1ght0ne";
···
githubId = 355401;
name = "Brian Hicks";
};
Br1ght0ne = {
email = "brightone@protonmail.com";
github = "Br1ght0ne";
+1 -1
nixos/tests/miniflux.nix
···
with lib;
{
name = "miniflux";
-
meta.maintainers = with pkgs.lib.maintainers; [ bricewge ];
nodes = {
default =
···
with lib;
{
name = "miniflux";
+
meta.maintainers = with pkgs.lib.maintainers; [ ];
nodes = {
default =
+1 -1
pkgs/data/themes/solarc/default.nix
···
description = "Solarized version of the Arc theme";
homepage = "https://github.com/schemar/solarc-theme";
license = licenses.gpl3;
-
maintainers = [ maintainers.bricewge ];
platforms = platforms.linux;
};
}
···
description = "Solarized version of the Arc theme";
homepage = "https://github.com/schemar/solarc-theme";
license = licenses.gpl3;
+
maintainers = [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/development/tools/continuous-integration/drone-cli/default.nix
···
};
meta = with lib; {
-
maintainers = with maintainers; [ bricewge ];
license = licenses.asl20;
description = "Command line client for the Drone continuous integration server";
};
···
};
meta = with lib; {
+
maintainers = with maintainers; [ ];
license = licenses.asl20;
description = "Command line client for the Drone continuous integration server";
};
+1 -1
pkgs/os-specific/linux/ddcci/default.nix
···
description = "Kernel module driver for DDC/CI monitors";
homepage = "https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux";
license = licenses.gpl2Plus;
-
maintainers = with maintainers; [ bricewge ];
platforms = platforms.linux;
broken = kernel.kernelOlder "5.1";
};
···
description = "Kernel module driver for DDC/CI monitors";
homepage = "https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux";
license = licenses.gpl2Plus;
+
maintainers = with maintainers; [ ];
platforms = platforms.linux;
broken = kernel.kernelOlder "5.1";
};