mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
maintainers: drop Br1ght0ne
Reacted to 2 out of 223 maintainer pings in the least 180 days.
This commit is contained in:
parent
de7ce5a925
commit
53d55066d2
79 changed files with 5 additions and 95 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ let
|
|||
cfg = config.programs.bandwhich;
|
||||
in
|
||||
{
|
||||
meta.maintainers = with lib.maintainers; [ Br1ght0ne ];
|
||||
|
||||
options = {
|
||||
programs.bandwhich = {
|
||||
|
|
|
|||
|
|
@ -54,7 +54,6 @@ let
|
|||
in
|
||||
{
|
||||
meta.maintainers = with lib.maintainers; [
|
||||
Br1ght0ne
|
||||
happysalada
|
||||
];
|
||||
meta.doc = ./meilisearch.md;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
name = "caddy";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [
|
||||
Br1ght0ne
|
||||
stepbrobd
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ let
|
|||
in
|
||||
{
|
||||
name = "meilisearch";
|
||||
meta.maintainers = with lib.maintainers; [ Br1ght0ne ];
|
||||
|
||||
nodes.machine =
|
||||
{ ... }:
|
||||
|
|
|
|||
|
|
@ -61,7 +61,6 @@ buildGoModule rec {
|
|||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
aaronjanse
|
||||
Br1ght0ne
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -161,7 +161,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
with lib.maintainers;
|
||||
if !withGraphics then
|
||||
[
|
||||
Br1ght0ne
|
||||
rvdp
|
||||
]
|
||||
else
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
#
|
||||
|
|
|
|||
|
|
@ -77,7 +77,6 @@ stdenv.mkDerivation rec {
|
|||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [
|
||||
Br1ght0ne
|
||||
koral
|
||||
timhae
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -94,7 +94,6 @@ buildGo125Module (finalAttrs: {
|
|||
license = lib.licenses.asl20;
|
||||
mainProgram = "caddy";
|
||||
maintainers = with lib.maintainers; [
|
||||
Br1ght0ne
|
||||
stepbrobd
|
||||
techknowlogick
|
||||
ryan4yin
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@ rustPlatform.buildRustPackage rec {
|
|||
mit
|
||||
];
|
||||
maintainers = with maintainers; [
|
||||
Br1ght0ne
|
||||
matthiasbeyer
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -53,7 +53,6 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/kornelski/cargo-deb";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
Br1ght0ne
|
||||
matthiasbeyer
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ rustPlatform.buildRustPackage rec {
|
|||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
Br1ght0ne
|
||||
gerschtli
|
||||
jb55
|
||||
killercup
|
||||
|
|
|
|||
|
|
@ -67,7 +67,6 @@ rustPlatform.buildRustPackage rec {
|
|||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
gerschtli
|
||||
Br1ght0ne
|
||||
johntitor
|
||||
matthiasbeyer
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ python3Packages.buildPythonApplication rec {
|
|||
mainProgram = "epr";
|
||||
homepage = "https://github.com/wustho/epr";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.Br1ght0ne ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,6 +39,5 @@ buildGoModule (finalAttrs: {
|
|||
'';
|
||||
homepage = "https://github.com/fatedier/frp";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ Br1ght0ne ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ rustPlatform.buildRustPackage rec {
|
|||
mit
|
||||
];
|
||||
maintainers = with maintainers; [
|
||||
Br1ght0ne
|
||||
matthiasbeyer
|
||||
];
|
||||
mainProgram = "fselect";
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ bundlerApp rec {
|
|||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
nicknovitski
|
||||
Br1ght0ne
|
||||
];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -85,7 +85,6 @@ buildGoModule rec {
|
|||
homepage = "https://github.com/junegunn/fzf";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
Br1ght0ne
|
||||
ma27
|
||||
zowoq
|
||||
];
|
||||
|
|
|
|||
|
|
@ -79,7 +79,6 @@ rustPlatform.buildRustPackage {
|
|||
license = lib.licenses.mit;
|
||||
mainProgram = "gitui";
|
||||
maintainers = with lib.maintainers; [
|
||||
Br1ght0ne
|
||||
yanganto
|
||||
mfrw
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -81,7 +81,6 @@ buildGoModule (finalAttrs: {
|
|||
license = lib.licenses.asl20;
|
||||
mainProgram = "hugo";
|
||||
maintainers = with lib.maintainers; [
|
||||
Br1ght0ne
|
||||
Frostman
|
||||
savtrip
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@ buildGoModule rec {
|
|||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
das-g
|
||||
Br1ght0ne
|
||||
];
|
||||
mainProgram = "lazydocker";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -42,6 +42,5 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/Y2Z/monolith";
|
||||
license = licenses.cc0;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with maintainers; [ Br1ght0ne ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -162,7 +162,6 @@ stdenv.mkDerivation {
|
|||
platforms = lib.platforms.unix;
|
||||
badPlatforms = [ lib.systems.inspect.patterns.isDarwin ];
|
||||
maintainers = with lib.maintainers; [
|
||||
Br1ght0ne
|
||||
ymarkus
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ buildGoModule rec {
|
|||
artistic1 # or
|
||||
gpl3
|
||||
];
|
||||
maintainers = with maintainers; [ Br1ght0ne ];
|
||||
mainProgram = "cowsay";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@ bundlerApp {
|
|||
license = licenses.mit;
|
||||
mainProgram = "overcommit";
|
||||
maintainers = with maintainers; [
|
||||
Br1ght0ne
|
||||
anthonyroussel
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -116,7 +116,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
afldcr
|
||||
Br1ght0ne
|
||||
moni
|
||||
];
|
||||
mainProgram = "polybar";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -64,7 +64,6 @@ rustPlatform.buildRustPackage rec {
|
|||
];
|
||||
maintainers = with maintainers; [
|
||||
sb0
|
||||
Br1ght0ne
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ buildGoModule rec {
|
|||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
rawkode
|
||||
Br1ght0ne
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,6 +22,5 @@ rustPlatform.buildRustPackage rec {
|
|||
mainProgram = "ruplacer";
|
||||
homepage = "https://github.com/TankerHQ/ruplacer";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ Br1ght0ne ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -58,7 +58,6 @@ rustPlatform.buildRustPackage rec {
|
|||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [
|
||||
minijackson
|
||||
Br1ght0ne
|
||||
];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@ rustPlatform.buildRustPackage rec {
|
|||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
amar1729
|
||||
Br1ght0ne
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -79,7 +79,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
anderslundstedt
|
||||
Br1ght0ne
|
||||
getchoo
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
|
|
|||
|
|
@ -63,7 +63,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
license = lib.licenses.isc;
|
||||
maintainers = with lib.maintainers; [
|
||||
danth
|
||||
Br1ght0ne
|
||||
Frostman
|
||||
da157
|
||||
sigmasquadron
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@ buildGoModule rec {
|
|||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
fpletz
|
||||
Br1ght0ne
|
||||
Misaka13514
|
||||
];
|
||||
mainProgram = "subfinder";
|
||||
|
|
|
|||
|
|
@ -116,7 +116,6 @@ stdenv.mkDerivation rec {
|
|||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [
|
||||
Br1ght0ne
|
||||
th0rgal
|
||||
Rishik-Y
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -55,7 +55,6 @@ buildPythonApplication rec {
|
|||
homepage = "https://gitlab.com/Chocimier/tuir";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
Br1ght0ne
|
||||
matthiasbeyer
|
||||
brokenpip3
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -68,7 +68,6 @@ rustPlatform.buildRustPackage rec {
|
|||
license = lib.licenses.mit;
|
||||
platforms = with lib.platforms; linux ++ darwin;
|
||||
maintainers = with lib.maintainers; [
|
||||
Br1ght0ne
|
||||
shamilton
|
||||
nickcao
|
||||
];
|
||||
|
|
|
|||
|
|
@ -70,7 +70,6 @@ rustPlatform.buildRustPackage rec {
|
|||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
thoughtpolice
|
||||
Br1ght0ne
|
||||
];
|
||||
mainProgram = "websocat";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -45,6 +45,5 @@ rustPlatform.buildRustPackage rec {
|
|||
asl20 # or
|
||||
mit
|
||||
];
|
||||
maintainers = with maintainers; [ Br1ght0ne ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -50,6 +50,5 @@ stdenv.mkDerivation rec {
|
|||
lgpl21
|
||||
mpl11
|
||||
];
|
||||
maintainers = with maintainers; [ Br1ght0ne ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -100,7 +100,6 @@ rustPlatform.buildRustPackage {
|
|||
homepage = "https://www.nushell.sh/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
Br1ght0ne
|
||||
johntitor
|
||||
joaquintrinanes
|
||||
ryan4yin
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@ buildGoModule rec {
|
|||
avaq
|
||||
np
|
||||
rvolosatovs
|
||||
Br1ght0ne
|
||||
shofius
|
||||
ryand56
|
||||
];
|
||||
|
|
|
|||
|
|
@ -142,7 +142,6 @@ stdenv.mkDerivation rec {
|
|||
rvolosatovs
|
||||
puffnfresh
|
||||
np
|
||||
Br1ght0ne
|
||||
shofius
|
||||
ryand56
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue