maintainers: remove bricewge

So long, and thanks for all the fish!
This commit is contained in:
Brice Waegeneire 2021-09-08 11:44:28 +02:00
parent 6adfc5114d
commit a49177e0ce
5 changed files with 4 additions and 10 deletions

View File

@ -1520,12 +1520,6 @@
githubId = 355401;
name = "Brian Hicks";
};
bricewge = {
email = "bricewge@gmail.com";
github = "bricewge";
githubId = 5525646;
name = "Brice Waegeneire";
};
Br1ght0ne = {
email = "brightone@protonmail.com";
github = "Br1ght0ne";

View File

@ -11,7 +11,7 @@ in
with lib;
{
name = "miniflux";
meta.maintainers = with pkgs.lib.maintainers; [ bricewge ];
meta.maintainers = with pkgs.lib.maintainers; [ ];
nodes = {
default =

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation {
description = "Solarized version of the Arc theme";
homepage = "https://github.com/schemar/solarc-theme";
license = licenses.gpl3;
maintainers = [ maintainers.bricewge ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -21,7 +21,7 @@ buildGoModule rec {
};
meta = with lib; {
maintainers = with maintainers; [ bricewge ];
maintainers = with maintainers; [ ];
license = licenses.asl20;
description = "Command line client for the Drone continuous integration server";
};

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
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 ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
broken = kernel.kernelOlder "5.1";
};