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; githubId = 355401;
name = "Brian Hicks"; name = "Brian Hicks";
}; };
bricewge = {
email = "bricewge@gmail.com";
github = "bricewge";
githubId = 5525646;
name = "Brice Waegeneire";
};
Br1ght0ne = { Br1ght0ne = {
email = "brightone@protonmail.com"; email = "brightone@protonmail.com";
github = "Br1ght0ne"; github = "Br1ght0ne";

View File

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

View File

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

View File

@ -21,7 +21,7 @@ buildGoModule rec {
}; };
meta = with lib; { meta = with lib; {
maintainers = with maintainers; [ bricewge ]; maintainers = with maintainers; [ ];
license = licenses.asl20; license = licenses.asl20;
description = "Command line client for the Drone continuous integration server"; 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"; description = "Kernel module driver for DDC/CI monitors";
homepage = "https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux"; homepage = "https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ bricewge ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
broken = kernel.kernelOlder "5.1"; broken = kernel.kernelOlder "5.1";
}; };