maintainers: drop Br1ght0ne

Reacted to 2 out of 223 maintainer pings in the least 180 days.
This commit is contained in:
Wolfgang Walther 2025-12-02 21:07:38 +01:00
commit 53d55066d2
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1
79 changed files with 5 additions and 95 deletions

View file

@ -61,7 +61,6 @@
"happysalada": 5317234
},
"members": {
"Br1ght0ne": 12615679,
"DianaOlympos": 15774340,
"adamcstephens": 2071575,
"ankhers": 750786,
@ -146,7 +145,6 @@
"peterhoeg": 722550
},
"members": {
"Br1ght0ne": 12615679,
"manveru": 3507
},
"name": "crystal-lang"

View file

@ -3766,13 +3766,6 @@
githubId = 140968250;
keys = [ { fingerprint = "8321 ED3A 8DB9 99A5 1F3B F80F F268 2914 EA42 DE26"; } ];
};
Br1ght0ne = {
email = "brightone@protonmail.com";
github = "Br1ght0ne";
githubId = 12615679;
name = "Oleksii Filonenko";
keys = [ { fingerprint = "F549 3B7F 9372 5578 FDD3 D0B8 A1BC 8428 323E CFE8"; } ];
};
br337 = {
email = "brian.porumb@proton.me";
github = "br337";

View file

@ -9,7 +9,6 @@ let
cfg = config.programs.bandwhich;
in
{
meta.maintainers = with lib.maintainers; [ Br1ght0ne ];
options = {
programs.bandwhich = {

View file

@ -54,7 +54,6 @@ let
in
{
meta.maintainers = with lib.maintainers; [
Br1ght0ne
happysalada
];
meta.doc = ./meilisearch.md;

View file

@ -3,7 +3,6 @@
name = "caddy";
meta = with pkgs.lib.maintainers; {
maintainers = [
Br1ght0ne
stepbrobd
];
};

View file

@ -12,7 +12,6 @@ let
in
{
name = "meilisearch";
meta.maintainers = with lib.maintainers; [ Br1ght0ne ];
nodes.machine =
{ ... }:

View file

@ -61,7 +61,6 @@ buildGoModule rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
aaronjanse
Br1ght0ne
];
platforms = lib.platforms.unix;
};

View file

@ -24,7 +24,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/wojtekka/6tunnel";
changelog = "https://github.com/wojtekka/6tunnel/blob/${version}/ChangeLog";
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ Br1ght0ne ];
platforms = lib.platforms.unix;
};
}

View file

@ -46,7 +46,6 @@ buildGoModule {
changelog = "https://github.com/nektos/act/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
Br1ght0ne
kashw2
];
};

View file

@ -68,9 +68,7 @@ stdenv.mkDerivation rec {
description = "Native Linux Design application built in Vala and GTK";
homepage = "https://github.com/akiraux/Akira";
license = licenses.gpl3Plus;
maintainers = with maintainers; [
Br1ght0ne
];
maintainers = [ ];
teams = [ teams.pantheon ];
platforms = platforms.linux;
mainProgram = "com.github.akiraux.akira";

View file

@ -161,7 +161,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
with lib.maintainers;
if !withGraphics then
[
Br1ght0ne
rvdp
]
else

View file

@ -31,7 +31,6 @@ buildGoModule rec {
mainProgram = "antibody";
homepage = "https://github.com/getantibody/antibody";
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne ];
# golang.org/x/sys needs to be updated due to:
#

View file

@ -77,7 +77,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [
Br1ght0ne
koral
timhae
];

View file

@ -48,8 +48,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/imsnif/bandwhich";
changelog = "https://github.com/imsnif/bandwhich/blob/${src.rev}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
Br1ght0ne
maintainers = [
];
platforms = lib.platforms.unix;
mainProgram = "bandwhich";

View file

@ -94,7 +94,6 @@ buildGo125Module (finalAttrs: {
license = lib.licenses.asl20;
mainProgram = "caddy";
maintainers = with lib.maintainers; [
Br1ght0ne
stepbrobd
techknowlogick
ryan4yin

View file

@ -34,7 +34,6 @@ rustPlatform.buildRustPackage rec {
mit
];
maintainers = with maintainers; [
Br1ght0ne
matthiasbeyer
];
};

View file

@ -53,7 +53,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/kornelski/cargo-deb";
license = licenses.mit;
maintainers = with maintainers; [
Br1ght0ne
matthiasbeyer
];
};

View file

@ -38,7 +38,6 @@ rustPlatform.buildRustPackage rec {
mit
];
maintainers = with lib.maintainers; [
Br1ght0ne
gerschtli
jb55
killercup

View file

@ -67,7 +67,6 @@ rustPlatform.buildRustPackage rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
gerschtli
Br1ght0ne
johntitor
matthiasbeyer
];

View file

@ -50,7 +50,6 @@ buildGoModule rec {
changelog = "https://github.com/slimtoolkit/slim/raw/${version}/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
Br1ght0ne
mbrgm
];
};

View file

@ -35,7 +35,6 @@ rustPlatform.buildRustPackage rec {
description = "HTTP load testing application inspired by Ansible syntax";
homepage = "https://github.com/fcsonline/drill";
license = licenses.gpl3Only;
maintainers = with maintainers; [ Br1ght0ne ];
mainProgram = "drill";
};
}

View file

@ -29,7 +29,6 @@ rustPlatform.buildRustPackage rec {
description = "Mirror installed software on multiple machines";
homepage = "https://github.com/tversteeg/emplace";
license = lib.licenses.agpl3Plus;
maintainers = with lib.maintainers; [ Br1ght0ne ];
mainProgram = "emplace";
};
}

View file

@ -25,7 +25,6 @@ python3Packages.buildPythonApplication rec {
mainProgram = "epr";
homepage = "https://github.com/wustho/epr";
license = licenses.mit;
maintainers = [ maintainers.Br1ght0ne ];
platforms = platforms.all;
};
}

View file

@ -42,9 +42,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/Findomain/Findomain";
changelog = "https://github.com/Findomain/Findomain/releases/tag/${version}";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
Br1ght0ne
];
maintainers = [ ];
mainProgram = "findomain";
};
}

View file

@ -39,6 +39,5 @@ buildGoModule (finalAttrs: {
'';
homepage = "https://github.com/fatedier/frp";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ Br1ght0ne ];
};
})

View file

@ -35,7 +35,6 @@ rustPlatform.buildRustPackage rec {
mit
];
maintainers = with maintainers; [
Br1ght0ne
matthiasbeyer
];
mainProgram = "fselect";

View file

@ -32,7 +32,6 @@ bundlerApp rec {
license = licenses.mit;
maintainers = with maintainers; [
nicknovitski
Br1ght0ne
];
platforms = platforms.linux;
};

View file

@ -85,7 +85,6 @@ buildGoModule rec {
homepage = "https://github.com/junegunn/fzf";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
Br1ght0ne
ma27
zowoq
];

View file

@ -79,7 +79,6 @@ rustPlatform.buildRustPackage {
license = lib.licenses.mit;
mainProgram = "gitui";
maintainers = with lib.maintainers; [
Br1ght0ne
yanganto
mfrw
];

View file

@ -41,7 +41,6 @@ buildGoModule rec {
homepage = "https://github.com/charmbracelet/glow";
changelog = "https://github.com/charmbracelet/glow/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ Br1ght0ne ];
mainProgram = "glow";
};
}

View file

@ -21,7 +21,6 @@ buildGoModule rec {
description = "HTTP load generator, ApacheBench (ab) replacement";
homepage = "https://github.com/rakyll/hey";
license = licenses.asl20;
maintainers = with maintainers; [ Br1ght0ne ];
mainProgram = "hey";
};
}

View file

@ -81,7 +81,6 @@ buildGoModule (finalAttrs: {
license = lib.licenses.asl20;
mainProgram = "hugo";
maintainers = with lib.maintainers; [
Br1ght0ne
Frostman
savtrip
];

View file

@ -25,7 +25,6 @@ buildGoModule rec {
description = "Third-party, open-source ProtonMail bridge";
homepage = "https://github.com/emersion/hydroxide";
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne ];
mainProgram = "hydroxide";
};
}

View file

@ -39,7 +39,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/casey/intermodal/releases/tag/v${version}";
license = lib.licenses.cc0;
maintainers = with lib.maintainers; [
Br1ght0ne
xrelkd
];
mainProgram = "imdl";

View file

@ -32,7 +32,6 @@ rustPlatform.buildRustPackage rec {
description = "Save disk space by cleaning unneeded files from software projects";
homepage = "https://github.com/tbillington/kondo";
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne ];
mainProgram = "kondo";
};
}

View file

@ -44,7 +44,6 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [
das-g
Br1ght0ne
];
mainProgram = "lazydocker";
};

View file

@ -42,7 +42,6 @@ buildGoModule rec {
changelog = "https://github.com/jesseduffield/lazygit/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
Br1ght0ne
equirosa
khaneliman
starsep

View file

@ -20,9 +20,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/swanandx/lemmeknow";
changelog = "https://github.com/swanandx/lemmeknow/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
Br1ght0ne
];
maintainers = [ ];
mainProgram = "lemmeknow";
};
}

View file

@ -62,7 +62,6 @@ stdenv.mkDerivation rec {
description = "Lightweight text editor written in Lua";
homepage = "https://github.com/rxi/lite";
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne ];
platforms = platforms.unix;
mainProgram = "lite";
};

View file

@ -50,7 +50,6 @@ buildGoModule (finalAttrs: {
changelog = "https://github.com/equinix/metal-cli/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
Br1ght0ne
teutat3s
];
mainProgram = "metal";

View file

@ -42,6 +42,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/Y2Z/monolith";
license = licenses.cc0;
platforms = lib.platforms.unix;
maintainers = with maintainers; [ Br1ght0ne ];
};
}

View file

@ -162,7 +162,6 @@ stdenv.mkDerivation {
platforms = lib.platforms.unix;
badPlatforms = [ lib.systems.inspect.patterns.isDarwin ];
maintainers = with lib.maintainers; [
Br1ght0ne
ymarkus
];
};

View file

@ -33,7 +33,6 @@ stdenv.mkDerivation {
description = "Modern low-level programming language";
homepage = "https://github.com/nickmqb/muon";
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne ];
platforms = platforms.all;
};
}

View file

@ -78,7 +78,6 @@ buildGoModule (finalAttrs: {
changelog = "https://github.com/slackhq/nebula/blob/v${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
Br1ght0ne
numinit
];
};

View file

@ -33,7 +33,6 @@ buildGoModule rec {
artistic1 # or
gpl3
];
maintainers = with maintainers; [ Br1ght0ne ];
mainProgram = "cowsay";
};
}

View file

@ -99,7 +99,6 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://github.com/jarun/nnn/blob/v${finalAttrs.version}/CHANGELOG";
license = lib.licenses.bsd2;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ Br1ght0ne ];
mainProgram = "nnn";
};
})

View file

@ -70,7 +70,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/o2sh/onefetch/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
Br1ght0ne
kloenk
];
mainProgram = "onefetch";

View file

@ -42,7 +42,6 @@ crystal.buildCrystalPackage rec {
mainProgram = "oq";
homepage = "https://blacksmoke16.github.io/oq/";
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne ];
platforms = platforms.unix;
};
}

View file

@ -34,7 +34,6 @@ bundlerApp {
license = licenses.mit;
mainProgram = "overcommit";
maintainers = with maintainers; [
Br1ght0ne
anthonyroussel
];
platforms = platforms.unix;

View file

@ -21,7 +21,6 @@ buildGoModule rec {
description = "Flamegraph generator for Postgres EXPLAIN ANALYZE output";
homepage = "https://github.com/mgartner/pg_flame";
license = licenses.asl20;
maintainers = with maintainers; [ Br1ght0ne ];
mainProgram = "pg_flame";
};
}

View file

@ -116,7 +116,6 @@ stdenv.mkDerivation (finalAttrs: {
license = licenses.mit;
maintainers = with maintainers; [
afldcr
Br1ght0ne
moni
];
mainProgram = "polybar";

View file

@ -43,7 +43,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/dalance/procs/raw/v${version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
Br1ght0ne
sciencentistguy
];
mainProgram = "procs";

View file

@ -64,7 +64,6 @@ rustPlatform.buildRustPackage rec {
];
maintainers = with maintainers; [
sb0
Br1ght0ne
];
};
}

View file

@ -47,6 +47,5 @@ rustPlatform.buildRustPackage (finalAttrs: {
mainProgram = "rq";
homepage = "https://github.com/dflemstr/rq";
license = with lib.licenses; [ asl20 ];
maintainers = with lib.maintainers; [ Br1ght0ne ];
};
})

View file

@ -25,7 +25,6 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [
rawkode
Br1ght0ne
];
};
}

View file

@ -22,6 +22,5 @@ rustPlatform.buildRustPackage rec {
mainProgram = "ruplacer";
homepage = "https://github.com/TankerHQ/ruplacer";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Br1ght0ne ];
};
}

View file

@ -58,7 +58,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.gpl3;
maintainers = with maintainers; [
minijackson
Br1ght0ne
];
platforms = [ "x86_64-linux" ];
};

View file

@ -24,7 +24,6 @@ buildGoModule rec {
description = "Very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go";
maintainers = with maintainers; [
sigma
Br1ght0ne
];
license = with licenses; [
mit

View file

@ -34,7 +34,6 @@ rustPlatform.buildRustPackage rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
amar1729
Br1ght0ne
];
};
}

View file

@ -41,7 +41,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/sozu-proxy/sozu/releases/tag/${version}";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [
Br1ght0ne
gaelreyrol
];
mainProgram = "sozu";

View file

@ -79,7 +79,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
anderslundstedt
Br1ght0ne
getchoo
];
platforms = lib.platforms.unix;

View file

@ -63,7 +63,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
license = lib.licenses.isc;
maintainers = with lib.maintainers; [
danth
Br1ght0ne
Frostman
da157
sigmasquadron

View file

@ -43,7 +43,6 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [
fpletz
Br1ght0ne
Misaka13514
];
mainProgram = "subfinder";

View file

@ -116,7 +116,6 @@ stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [
Br1ght0ne
th0rgal
Rishik-Y
];

View file

@ -26,7 +26,6 @@ crystal.buildCrystalPackage rec {
description = "Better one-line git log";
homepage = "https://github.com/taylorthurlow/thicket";
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne ];
mainProgram = "thicket";
};
}

View file

@ -35,9 +35,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/osa1/tiny";
changelog = "https://github.com/osa1/tiny/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
Br1ght0ne
];
maintainers = [ ];
mainProgram = "tiny";
};
}

View file

@ -39,7 +39,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/M4444/TMatrix";
license = licenses.gpl2;
platforms = platforms.all;
maintainers = with maintainers; [ Br1ght0ne ];
mainProgram = "tmatrix";
};
}

View file

@ -55,7 +55,6 @@ buildPythonApplication rec {
homepage = "https://gitlab.com/Chocimier/tuir";
license = licenses.mit;
maintainers = with maintainers; [
Br1ght0ne
matthiasbeyer
brokenpip3
];

View file

@ -27,6 +27,5 @@ rustPlatform.buildRustPackage {
description = "Expose your local web server to the internet with a public URL";
homepage = "https://tunnelto.dev";
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne ];
};
}

View file

@ -34,7 +34,6 @@ rustPlatform.buildRustPackage rec {
description = "Shortcut menu-based task runner, inspired by Emacs Hydra";
homepage = "https://github.com/Mange/tydra";
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne ];
mainProgram = "tydra";
};
}

View file

@ -38,7 +38,6 @@ buildGoModule rec {
homepage = "https://github.com/vultr/vultr-cli";
changelog = "https://github.com/vultr/vultr-cli/blob/v${version}/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ Br1ght0ne ];
mainProgram = "vultr-cli";
};
}

View file

@ -68,7 +68,6 @@ rustPlatform.buildRustPackage rec {
license = lib.licenses.mit;
platforms = with lib.platforms; linux ++ darwin;
maintainers = with lib.maintainers; [
Br1ght0ne
shamilton
nickcao
];

View file

@ -70,7 +70,6 @@ rustPlatform.buildRustPackage rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
thoughtpolice
Br1ght0ne
];
mainProgram = "websocat";
};

View file

@ -45,6 +45,5 @@ rustPlatform.buildRustPackage rec {
asl20 # or
mit
];
maintainers = with maintainers; [ Br1ght0ne ];
};
}

View file

@ -50,6 +50,5 @@ stdenv.mkDerivation rec {
lgpl21
mpl11
];
maintainers = with maintainers; [ Br1ght0ne ];
};
}

View file

@ -56,7 +56,6 @@ buildPythonPackage rec {
changelog = "https://github.com/ueber-devel/ueberzug/releases/tag/${version}";
license = lib.licenses.gpl3Only;
mainProgram = "ueberzug";
maintainers = with lib.maintainers; [ Br1ght0ne ];
platforms = lib.platforms.linux;
};
}

View file

@ -100,7 +100,6 @@ rustPlatform.buildRustPackage {
homepage = "https://www.nushell.sh/";
license = licenses.mit;
maintainers = with maintainers; [
Br1ght0ne
johntitor
joaquintrinanes
ryan4yin

View file

@ -47,7 +47,6 @@ buildGoModule rec {
avaq
np
rvolosatovs
Br1ght0ne
shofius
ryand56
];

View file

@ -142,7 +142,6 @@ stdenv.mkDerivation rec {
rvolosatovs
puffnfresh
np
Br1ght0ne
shofius
ryand56
];