mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
maintainers: remove bricewge
So long, and thanks for all the fish!
This commit is contained in:
parent
6adfc5114d
commit
a49177e0ce
@ -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";
|
||||||
|
@ -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 =
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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";
|
||||||
};
|
};
|
||||||
|
@ -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";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user