mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
maintainers: drop figsoda (#455942)
This commit is contained in:
commit
42d395e048
10
ci/OWNERS
10
ci/OWNERS
|
|
@ -215,10 +215,10 @@ nixos/modules/installer/tools/nix-fallback-paths.nix @NixOS/nix-team @raitobeza
|
|||
/pkgs/development/r-modules @jbedo
|
||||
|
||||
# Rust
|
||||
/pkgs/development/compilers/rust @alyssais @Mic92 @zowoq @winterqt @figsoda
|
||||
/pkgs/build-support/rust @zowoq @winterqt @figsoda
|
||||
/pkgs/development/compilers/rust @alyssais @Mic92 @zowoq @winterqt
|
||||
/pkgs/build-support/rust @zowoq @winterqt
|
||||
/pkgs/build-support/rust/fetch-cargo-vendor* @TomaSajt
|
||||
/doc/languages-frameworks/rust.section.md @zowoq @winterqt @figsoda
|
||||
/doc/languages-frameworks/rust.section.md @zowoq @winterqt
|
||||
|
||||
# Tcl
|
||||
/pkgs/development/interpreters/tcl @fgaz
|
||||
|
|
@ -447,8 +447,8 @@ pkgs/by-name/fo/forgejo/ @adamcstephens @bendlas @emilylange
|
|||
/pkgs/os-specific/linux/zfs @adamcstephens @amarshall
|
||||
|
||||
# Zig
|
||||
/pkgs/development/compilers/zig @figsoda @RossComputerGuy
|
||||
/doc/hooks/zig.section.md @figsoda @RossComputerGuy
|
||||
/pkgs/development/compilers/zig @RossComputerGuy
|
||||
/doc/hooks/zig.section.md @RossComputerGuy
|
||||
|
||||
# Buildbot
|
||||
nixos/modules/services/continuous-integration/buildbot @Mic92 @zowoq
|
||||
|
|
|
|||
|
|
@ -8476,13 +8476,6 @@
|
|||
githubId = 52276064;
|
||||
name = "figboy9";
|
||||
};
|
||||
figsoda = {
|
||||
email = "figsoda@pm.me";
|
||||
matrix = "@figsoda:matrix.org";
|
||||
github = "figsoda";
|
||||
githubId = 40620903;
|
||||
name = "figsoda";
|
||||
};
|
||||
fionera = {
|
||||
email = "nix@fionera.de";
|
||||
github = "fionera";
|
||||
|
|
|
|||
|
|
@ -159,5 +159,5 @@ tree-sitter-http,,,,0.0.33-1,,
|
|||
tree-sitter-norg,,,,,5.1,mrcjkb
|
||||
tree-sitter-orgmode,,,,,,
|
||||
vstruct,,,,,,
|
||||
vusted,,,,,,figsoda
|
||||
vusted,,,,,,
|
||||
xml2lua,,,,,,teto
|
||||
|
|
|
|||
|
|
|
@ -982,7 +982,6 @@ with lib.maintainers;
|
|||
|
||||
zig = {
|
||||
members = [
|
||||
figsoda
|
||||
RossComputerGuy
|
||||
];
|
||||
scope = "Maintain the Zig compiler toolchain and nixpkgs integration.";
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ in
|
|||
|
||||
{
|
||||
meta = {
|
||||
maintainers = lib.teams.freedesktop.members ++ (with lib.maintainers; [ figsoda ]);
|
||||
maintainers = lib.teams.freedesktop.members ++ [ ];
|
||||
};
|
||||
|
||||
options = {
|
||||
|
|
|
|||
|
|
@ -115,5 +115,5 @@ in
|
|||
})
|
||||
];
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ figsoda ];
|
||||
meta.maintainers = [ ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,5 +25,5 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ figsoda ];
|
||||
meta.maintainers = [ ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,5 +25,5 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ figsoda ];
|
||||
meta.maintainers = [ ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -51,7 +51,6 @@ in
|
|||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [
|
||||
figsoda
|
||||
thiagokokada
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
name = "sx";
|
||||
meta.maintainers = with lib.maintainers; [
|
||||
figsoda
|
||||
thiagokokada
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -167,6 +167,6 @@ in
|
|||
(super.nvim-treesitter.meta or { })
|
||||
// {
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,6 +32,6 @@ buildLua rec {
|
|||
changelog = "https://github.com/marzzzello/mpv_thumbnail_script/releases/tag/${version}";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -41,6 +41,6 @@ buildGoModule rec {
|
|||
homepage = "https://github.com/dnnrly/abbreviate";
|
||||
changelog = "https://github.com/dnnrly/abbreviate/releases/tag/${src.rev}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ buildGoModule (finalAttrs: {
|
|||
homepage = "https://github.com/jonaslu/ain";
|
||||
changelog = "https://github.com/jonaslu/ain/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "ain";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ buildGoModule rec {
|
|||
mainProgram = "anew";
|
||||
homepage = "https://github.com/tomnomnom/anew";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,6 +22,6 @@ rustPlatform.buildRustPackage rec {
|
|||
mainProgram = "anewer";
|
||||
homepage = "https://github.com/ysf/anewer";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,6 +28,6 @@ buildGoModule rec {
|
|||
description = "Scriptable interpreter written in golang";
|
||||
homepage = "https://github.com/mattn/anko";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -69,6 +69,6 @@ rustPlatform.buildRustPackage rec {
|
|||
# or
|
||||
asl20
|
||||
];
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/finefindus/artem";
|
||||
changelog = "https://github.com/finefindus/artem/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "artem";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ buildGoModule {
|
|||
description = "Displays your webcam on the terminal";
|
||||
homepage = "https://github.com/muesli/asciicam";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "asciicam";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/asciinema/agg";
|
||||
changelog = "https://github.com/asciinema/agg/releases/tag/${src.rev}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "agg";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/jpeddicord/askalono";
|
||||
changelog = "https://github.com/jpeddicord/askalono/blob/${version}/CHANGELOG.md";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "askalono";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ buildGoModule rec {
|
|||
homepage = "https://github.com/Ullaakut/astronomer";
|
||||
changelog = "https://github.com/Ullaakut/astronomer/releases/tag/${src.rev}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "astronomer";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ rustPlatform.buildRustPackage {
|
|||
asl20
|
||||
mit
|
||||
];
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "ag";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/Canop/backdown";
|
||||
changelog = "https://github.com/Canop/backdown/blob/${src.rev}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "backdown";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -50,7 +50,6 @@ rustPlatform.buildRustPackage rec {
|
|||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
Br1ght0ne
|
||||
figsoda
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "bandwhich";
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
|
|||
description = "Simple timetracker for the command line";
|
||||
homepage = "https://github.com/nikolassv/bartib";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "bartib";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,6 +49,6 @@ rustPlatform.buildRustPackage rec {
|
|||
asl20 # or
|
||||
mit
|
||||
];
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -63,7 +63,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
changelog = "https://github.com/biomejs/biome/blob/${finalAttrs.src.rev}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
figsoda
|
||||
isabelroses
|
||||
wrbbz
|
||||
];
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ buildGoModule rec {
|
|||
homepage = "https://github.com/codesenberg/bombardier";
|
||||
changelog = "https://github.com/codesenberg/bombardier/releases/tag/${src.rev}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "bombardier";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -59,7 +59,6 @@ rustPlatform.buildRustPackage rec {
|
|||
mainProgram = "btm";
|
||||
maintainers = with lib.maintainers; [
|
||||
berbiche
|
||||
figsoda
|
||||
gepbird
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ rustPlatform.buildRustPackage rec {
|
|||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
dit7ya
|
||||
figsoda
|
||||
];
|
||||
platforms = platforms.linux;
|
||||
broken = stdenv.hostPlatform.isAarch64;
|
||||
|
|
|
|||
|
|
@ -97,6 +97,6 @@ python3Packages.buildPythonApplication rec {
|
|||
homepage = "https://juftin.com/browsr";
|
||||
changelog = "https://github.com/juftin/browsr/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@ rustPlatform.buildRustPackage rec {
|
|||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
evanjs
|
||||
figsoda
|
||||
matthiasbeyer
|
||||
];
|
||||
mainProgram = "cargo-about";
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ rustPlatform.buildRustPackage rec {
|
|||
mit
|
||||
];
|
||||
maintainers = with maintainers; [
|
||||
figsoda
|
||||
matthiasbeyer
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@ rustPlatform.buildRustPackage rec {
|
|||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
basvandijk
|
||||
figsoda
|
||||
jk
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -39,6 +39,6 @@ rustPlatform.buildRustPackage rec {
|
|||
mit
|
||||
unlicense
|
||||
];
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -68,6 +68,6 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/cargo-bins/cargo-binstall";
|
||||
changelog = "https://github.com/cargo-bins/cargo-binstall/releases/tag/v${version}";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ rustPlatform.buildRustPackage rec {
|
|||
asl20
|
||||
];
|
||||
maintainers = with maintainers; [
|
||||
figsoda
|
||||
matthiasbeyer
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -39,6 +39,6 @@ rustPlatform.buildRustPackage {
|
|||
asl20
|
||||
mit
|
||||
];
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ rustPlatform.buildRustPackage rec {
|
|||
mit
|
||||
];
|
||||
maintainers = with maintainers; [
|
||||
figsoda
|
||||
matthiasbeyer
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@ rustPlatform.buildRustPackage rec {
|
|||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
figsoda
|
||||
matthiasbeyer
|
||||
janlikar
|
||||
];
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ rustPlatform.buildRustPackage rec {
|
|||
mit
|
||||
asl20
|
||||
];
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "cargo-codspeed";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/bytecodealliance/cargo-component";
|
||||
changelog = "https://github.com/bytecodealliance/cargo-component/releases/tag/${src.rev}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "cargo-component";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,6 +26,6 @@ rustPlatform.buildRustPackage rec {
|
|||
asl20
|
||||
mit
|
||||
];
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@ rustPlatform.buildRustPackage rec {
|
|||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
figsoda
|
||||
matthiasbeyer
|
||||
jk
|
||||
];
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ rustPlatform.buildRustPackage rec {
|
|||
changelog = "https://git.sr.ht/~jplatte/cargo-depgraph/tree/${src.rev}/item/CHANGELOG.md";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [
|
||||
figsoda
|
||||
matthiasbeyer
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -55,7 +55,6 @@ rustPlatform.buildRustPackage rec {
|
|||
asl20
|
||||
];
|
||||
maintainers = with maintainers; [
|
||||
figsoda
|
||||
matthiasbeyer
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ rustPlatform.buildRustPackage rec {
|
|||
changelog = "https://github.com/the-lean-crate/cargo-diet/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
figsoda
|
||||
matthiasbeyer
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -60,7 +60,6 @@ rustPlatform.buildRustPackage rec {
|
|||
mit
|
||||
];
|
||||
maintainers = with maintainers; [
|
||||
figsoda
|
||||
matthiasbeyer
|
||||
mistydemeo
|
||||
];
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/Keruspe/cargo-duplicates";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
figsoda
|
||||
matthiasbeyer
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ rustPlatform.buildRustPackage rec {
|
|||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
Br1ght0ne
|
||||
figsoda
|
||||
gerschtli
|
||||
jb55
|
||||
killercup
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ rustPlatform.buildRustPackage rec {
|
|||
asl20
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
figsoda
|
||||
xrelkd
|
||||
];
|
||||
mainProgram = "cargo-expand";
|
||||
|
|
|
|||
|
|
@ -78,7 +78,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
figsoda
|
||||
turbomack
|
||||
matthiasbeyer
|
||||
];
|
||||
|
|
|
|||
|
|
@ -40,6 +40,6 @@ rustPlatform.buildRustPackage {
|
|||
mit # or
|
||||
asl20
|
||||
];
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ rustPlatform.buildRustPackage rec {
|
|||
asl20 # or
|
||||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
asl20
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
figsoda
|
||||
macalinao
|
||||
nartsiss
|
||||
];
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@ rustPlatform.buildRustPackage rec {
|
|||
asl20
|
||||
];
|
||||
maintainers = with maintainers; [
|
||||
figsoda
|
||||
matthiasbeyer
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ rustPlatform.buildRustPackage rec {
|
|||
changelog = "https://github.com/mitsuhiko/insta/blob/${version}/CHANGELOG.md";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
figsoda
|
||||
oxalica
|
||||
matthiasbeyer
|
||||
];
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ rustPlatform.buildRustPackage rec {
|
|||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [
|
||||
basvandijk
|
||||
figsoda
|
||||
matthiasbeyer
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ rustPlatform.buildRustPackage rec {
|
|||
mit
|
||||
];
|
||||
maintainers = with maintainers; [
|
||||
figsoda
|
||||
matthiasbeyer
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -46,6 +46,6 @@ rustPlatform.buildRustPackage rec {
|
|||
asl20
|
||||
mit
|
||||
];
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ rustPlatform.buildRustPackage rec {
|
|||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
figsoda
|
||||
matthiasbeyer
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ rustPlatform.buildRustPackage rec {
|
|||
changelog = "https://github.com/bnjbvr/cargo-machete/blob/${src.rev}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
figsoda
|
||||
matthiasbeyer
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@ rustPlatform.buildRustPackage rec {
|
|||
changelog = "https://github.com/sagiegurari/cargo-make/blob/${version}/CHANGELOG.md";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
figsoda
|
||||
xrelkd
|
||||
];
|
||||
mainProgram = "cargo-make";
|
||||
|
|
|
|||
|
|
@ -52,7 +52,6 @@ rustPlatform.buildRustPackage rec {
|
|||
changelog = "https://github.com/regexident/cargo-modules/blob/${src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
figsoda
|
||||
rvarago
|
||||
matthiasbeyer
|
||||
];
|
||||
|
|
|
|||
|
|
@ -26,6 +26,6 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/sourcefrog/cargo-mutants";
|
||||
changelog = "https://github.com/sourcefrog/cargo-mutants/releases/tag/${src.rev}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ rustPlatform.buildRustPackage rec {
|
|||
];
|
||||
maintainers = with maintainers; [
|
||||
ekleog
|
||||
figsoda
|
||||
matthiasbeyer
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -28,6 +28,6 @@ rustPlatform.buildRustPackage rec {
|
|||
mainProgram = "cargo-play";
|
||||
homepage = "https://github.com/fanzeyi/cargo-play";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -52,7 +52,6 @@ rustPlatform.buildRustPackage rec {
|
|||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
figsoda
|
||||
gerschtli
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -68,7 +68,6 @@ rustPlatform.buildRustPackage rec {
|
|||
asl20
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
figsoda
|
||||
matthiasbeyer
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ rustPlatform.buildRustPackage rec {
|
|||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
figsoda
|
||||
oxalica
|
||||
matthiasbeyer
|
||||
];
|
||||
|
|
|
|||
|
|
@ -43,6 +43,6 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://shuttle.rs";
|
||||
changelog = "https://github.com/shuttle-hq/shuttle/releases/tag/${src.rev}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ rustPlatform.buildRustPackage rec {
|
|||
asl20
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
figsoda
|
||||
matthiasbeyer
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ rustPlatform.buildRustPackage rec {
|
|||
zlib
|
||||
]; # any of three
|
||||
maintainers = with maintainers; [
|
||||
figsoda
|
||||
matthiasbeyer
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ rustPlatform.buildRustPackage rec {
|
|||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
figsoda
|
||||
matthiasbeyer
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@ rustPlatform.buildRustPackage rec {
|
|||
asl20
|
||||
];
|
||||
maintainers = with maintainers; [
|
||||
figsoda
|
||||
hugoreeves
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ rustPlatform.buildRustPackage rec {
|
|||
asl20
|
||||
];
|
||||
maintainers = with maintainers; [
|
||||
figsoda
|
||||
matthiasbeyer
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -67,7 +67,6 @@ rustPlatform.buildRustPackage rec {
|
|||
gpl3Only
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
figsoda
|
||||
matthiasbeyer
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/timonpost/cargo-unused-features";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
figsoda
|
||||
matthiasbeyer
|
||||
];
|
||||
mainProgram = "unused-features";
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
figsoda
|
||||
jk
|
||||
matthiasbeyer
|
||||
];
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@ rustPlatform.buildRustPackage rec {
|
|||
changelog = "https://github.com/pksunkara/cargo-workspaces/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
figsoda
|
||||
macalinao
|
||||
matthiasbeyer
|
||||
];
|
||||
|
|
|
|||
|
|
@ -32,6 +32,6 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/messense/cargo-zigbuild";
|
||||
changelog = "https://github.com/messense/cargo-zigbuild/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ buildGoModule {
|
|||
description = "GTK4 frontend for catnip";
|
||||
homepage = "https://github.com/diamondburned/catnip-gtk4";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "catnip-gtk4";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ buildGoModule rec {
|
|||
homepage = "https://github.com/noriah/catnip";
|
||||
changelog = "https://github.com/noriah/catnip/releases/tag/${src.rev}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "catnip";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,6 +35,6 @@ rustPlatform.buildRustPackage rec {
|
|||
mit # or
|
||||
asl20
|
||||
];
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
|
|||
description = "Configurable cd wrapper that lets you define your environment per directory";
|
||||
homepage = "https://github.com/synoet/cdwe";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "cdwe";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,6 +38,6 @@ buildGoModule rec {
|
|||
homepage = "https://github.com/google/cel-go";
|
||||
changelog = "https://github.com/google/cel-go/releases/tag/${src.rev}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@ buildGoModule rec {
|
|||
changelog = "https://github.com/miniscruff/changie/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
figsoda
|
||||
matthiasbeyer
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/brycx/checkpwn";
|
||||
changelog = "https://github.com/brycx/checkpwn/releases/tag/${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "checkpwn";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,6 +21,6 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/blst-security/cherrybomb";
|
||||
changelog = "https://github.com/blst-security/cherrybomb/releases/tag/v${version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,6 +49,6 @@ rustPlatform.buildRustPackage rec {
|
|||
'';
|
||||
homepage = "https://github.com/peterheesterman/chit";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/Canop/clima";
|
||||
changelog = "https://github.com/Canop/clima/releases/tag/${src.rev}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "clima";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ rustPlatform.buildRustPackage {
|
|||
description = "Create a video of how a git repository's code changes over time";
|
||||
homepage = "https://github.com/sloganking/codemov";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "codemov";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/sloganking/codevis";
|
||||
changelog = "https://github.com/sloganking/codevis/releases/tag/${src.rev}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "codevis";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,6 +23,6 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/adaszko/complgen";
|
||||
changelog = "https://github.com/adaszko/complgen/blob/${src.rev}/CHANGELOG.md";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ rustPlatform.buildRustPackage rec {
|
|||
changelog = "https://github.com/kivikakk/comrak/blob/v${version}/changelog.txt";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [
|
||||
figsoda
|
||||
kivikakk
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ buildGoModule {
|
|||
description = "Confetti in your TTY";
|
||||
homepage = "https://github.com/maaslalani/confetty";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "confetty";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
|
|||
unlicense # or
|
||||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "crabz";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,6 @@ rustPlatform.buildRustPackage rec {
|
|||
mit
|
||||
unlicense
|
||||
];
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue