maintainers: remove bricewge

So long, and thanks for all the fish!
mullvad-ns
Brice Waegeneire 3 years ago
parent 6adfc5114d
commit a49177e0ce
  1. 6
      maintainers/maintainer-list.nix
  2. 2
      nixos/tests/miniflux.nix
  3. 2
      pkgs/data/themes/solarc/default.nix
  4. 2
      pkgs/development/tools/continuous-integration/drone-cli/default.nix
  5. 2
      pkgs/os-specific/linux/ddcci/default.nix

@ -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";

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

@ -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;
};
}

@ -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";
};

@ -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";
};

Loading…
Cancel
Save