Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion nixos/tests/miniflux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ in
with lib;
{
name = "miniflux";
meta.maintainers = with pkgs.lib.maintainers; [ bricewge ];
meta.maintainers = with pkgs.lib.maintainers; [ ];

nodes = {
default =
Expand Down
2 changes: 1 addition & 1 deletion pkgs/data/themes/solarc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildGoModule rec {
};

meta = with lib; {
maintainers = with maintainers; [ bricewge ];
maintainers = with maintainers; [ ];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Mic92 do you use this tool maybe?

license = licenses.asl20;
description = "Command line client for the Drone continuous integration server";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/ddcci/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down