maintainers: drop figsoda (#455942)

This commit is contained in:
Wolfgang Walther 2025-11-03 07:43:38 +00:00 committed by GitHub
commit 42d395e048
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
423 changed files with 309 additions and 442 deletions

View file

@ -215,10 +215,10 @@ nixos/modules/installer/tools/nix-fallback-paths.nix @NixOS/nix-team @raitobeza
/pkgs/development/r-modules @jbedo /pkgs/development/r-modules @jbedo
# Rust # Rust
/pkgs/development/compilers/rust @alyssais @Mic92 @zowoq @winterqt @figsoda /pkgs/development/compilers/rust @alyssais @Mic92 @zowoq @winterqt
/pkgs/build-support/rust @zowoq @winterqt @figsoda /pkgs/build-support/rust @zowoq @winterqt
/pkgs/build-support/rust/fetch-cargo-vendor* @TomaSajt /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 # Tcl
/pkgs/development/interpreters/tcl @fgaz /pkgs/development/interpreters/tcl @fgaz
@ -447,8 +447,8 @@ pkgs/by-name/fo/forgejo/ @adamcstephens @bendlas @emilylange
/pkgs/os-specific/linux/zfs @adamcstephens @amarshall /pkgs/os-specific/linux/zfs @adamcstephens @amarshall
# Zig # Zig
/pkgs/development/compilers/zig @figsoda @RossComputerGuy /pkgs/development/compilers/zig @RossComputerGuy
/doc/hooks/zig.section.md @figsoda @RossComputerGuy /doc/hooks/zig.section.md @RossComputerGuy
# Buildbot # Buildbot
nixos/modules/services/continuous-integration/buildbot @Mic92 @zowoq nixos/modules/services/continuous-integration/buildbot @Mic92 @zowoq

View file

@ -8476,13 +8476,6 @@
githubId = 52276064; githubId = 52276064;
name = "figboy9"; name = "figboy9";
}; };
figsoda = {
email = "figsoda@pm.me";
matrix = "@figsoda:matrix.org";
github = "figsoda";
githubId = 40620903;
name = "figsoda";
};
fionera = { fionera = {
email = "nix@fionera.de"; email = "nix@fionera.de";
github = "fionera"; github = "fionera";

View file

@ -159,5 +159,5 @@ tree-sitter-http,,,,0.0.33-1,,
tree-sitter-norg,,,,,5.1,mrcjkb tree-sitter-norg,,,,,5.1,mrcjkb
tree-sitter-orgmode,,,,,, tree-sitter-orgmode,,,,,,
vstruct,,,,,, vstruct,,,,,,
vusted,,,,,,figsoda vusted,,,,,,
xml2lua,,,,,,teto xml2lua,,,,,,teto

1 name rockspec ref server version luaversion maintainers
159 tree-sitter-norg 5.1 mrcjkb
160 tree-sitter-orgmode
161 vstruct
162 vusted figsoda
163 xml2lua teto

View file

@ -982,7 +982,6 @@ with lib.maintainers;
zig = { zig = {
members = [ members = [
figsoda
RossComputerGuy RossComputerGuy
]; ];
scope = "Maintain the Zig compiler toolchain and nixpkgs integration."; scope = "Maintain the Zig compiler toolchain and nixpkgs integration.";

View file

@ -13,7 +13,7 @@ in
{ {
meta = { meta = {
maintainers = lib.teams.freedesktop.members ++ (with lib.maintainers; [ figsoda ]); maintainers = lib.teams.freedesktop.members ++ [ ];
}; };
options = { options = {

View file

@ -115,5 +115,5 @@ in
}) })
]; ];
meta.maintainers = with lib.maintainers; [ figsoda ]; meta.maintainers = [ ];
} }

View file

@ -25,5 +25,5 @@ in
}; };
}; };
meta.maintainers = with lib.maintainers; [ figsoda ]; meta.maintainers = [ ];
} }

View file

@ -25,5 +25,5 @@ in
}; };
}; };
meta.maintainers = with lib.maintainers; [ figsoda ]; meta.maintainers = [ ];
} }

View file

@ -51,7 +51,6 @@ in
}; };
meta.maintainers = with lib.maintainers; [ meta.maintainers = with lib.maintainers; [
figsoda
thiagokokada thiagokokada
]; ];
} }

View file

@ -2,7 +2,6 @@
{ {
name = "sx"; name = "sx";
meta.maintainers = with lib.maintainers; [ meta.maintainers = with lib.maintainers; [
figsoda
thiagokokada thiagokokada
]; ];

View file

@ -167,6 +167,6 @@ in
(super.nvim-treesitter.meta or { }) (super.nvim-treesitter.meta or { })
// { // {
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View file

@ -32,6 +32,6 @@ buildLua rec {
changelog = "https://github.com/marzzzello/mpv_thumbnail_script/releases/tag/${version}"; changelog = "https://github.com/marzzzello/mpv_thumbnail_script/releases/tag/${version}";
license = lib.licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
platforms = lib.platforms.all; platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View file

@ -41,6 +41,6 @@ buildGoModule rec {
homepage = "https://github.com/dnnrly/abbreviate"; homepage = "https://github.com/dnnrly/abbreviate";
changelog = "https://github.com/dnnrly/abbreviate/releases/tag/${src.rev}"; changelog = "https://github.com/dnnrly/abbreviate/releases/tag/${src.rev}";
license = lib.licenses.asl20; license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View file

@ -31,7 +31,7 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/jonaslu/ain"; homepage = "https://github.com/jonaslu/ain";
changelog = "https://github.com/jonaslu/ain/releases/tag/v${finalAttrs.version}"; changelog = "https://github.com/jonaslu/ain/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "ain"; mainProgram = "ain";
}; };
}) })

View file

@ -27,6 +27,6 @@ buildGoModule rec {
mainProgram = "anew"; mainProgram = "anew";
homepage = "https://github.com/tomnomnom/anew"; homepage = "https://github.com/tomnomnom/anew";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View file

@ -22,6 +22,6 @@ rustPlatform.buildRustPackage rec {
mainProgram = "anewer"; mainProgram = "anewer";
homepage = "https://github.com/ysf/anewer"; homepage = "https://github.com/ysf/anewer";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View file

@ -28,6 +28,6 @@ buildGoModule rec {
description = "Scriptable interpreter written in golang"; description = "Scriptable interpreter written in golang";
homepage = "https://github.com/mattn/anko"; homepage = "https://github.com/mattn/anko";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View file

@ -69,6 +69,6 @@ rustPlatform.buildRustPackage rec {
# or # or
asl20 asl20
]; ];
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View file

@ -42,7 +42,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/finefindus/artem"; homepage = "https://github.com/finefindus/artem";
changelog = "https://github.com/finefindus/artem/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/finefindus/artem/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mpl20; license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "artem"; mainProgram = "artem";
}; };
} }

View file

@ -26,7 +26,7 @@ buildGoModule {
description = "Displays your webcam on the terminal"; description = "Displays your webcam on the terminal";
homepage = "https://github.com/muesli/asciicam"; homepage = "https://github.com/muesli/asciicam";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "asciicam"; mainProgram = "asciicam";
}; };
} }

View file

@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/asciinema/agg"; homepage = "https://github.com/asciinema/agg";
changelog = "https://github.com/asciinema/agg/releases/tag/${src.rev}"; changelog = "https://github.com/asciinema/agg/releases/tag/${src.rev}";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "agg"; mainProgram = "agg";
}; };
} }

View file

@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/jpeddicord/askalono"; homepage = "https://github.com/jpeddicord/askalono";
changelog = "https://github.com/jpeddicord/askalono/blob/${version}/CHANGELOG.md"; changelog = "https://github.com/jpeddicord/askalono/blob/${version}/CHANGELOG.md";
license = lib.licenses.asl20; license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "askalono"; mainProgram = "askalono";
}; };
} }

View file

@ -27,7 +27,7 @@ buildGoModule rec {
homepage = "https://github.com/Ullaakut/astronomer"; homepage = "https://github.com/Ullaakut/astronomer";
changelog = "https://github.com/Ullaakut/astronomer/releases/tag/${src.rev}"; changelog = "https://github.com/Ullaakut/astronomer/releases/tag/${src.rev}";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "astronomer"; mainProgram = "astronomer";
}; };
} }

View file

@ -28,7 +28,7 @@ rustPlatform.buildRustPackage {
asl20 asl20
mit mit
]; ];
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "ag"; mainProgram = "ag";
}; };
} }

View file

@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/Canop/backdown"; homepage = "https://github.com/Canop/backdown";
changelog = "https://github.com/Canop/backdown/blob/${src.rev}/CHANGELOG.md"; changelog = "https://github.com/Canop/backdown/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "backdown"; mainProgram = "backdown";
}; };
} }

View file

@ -50,7 +50,6 @@ rustPlatform.buildRustPackage rec {
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
Br1ght0ne Br1ght0ne
figsoda
]; ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
mainProgram = "bandwhich"; mainProgram = "bandwhich";

View file

@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
description = "Simple timetracker for the command line"; description = "Simple timetracker for the command line";
homepage = "https://github.com/nikolassv/bartib"; homepage = "https://github.com/nikolassv/bartib";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "bartib"; mainProgram = "bartib";
}; };
} }

View file

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

View file

@ -63,7 +63,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
changelog = "https://github.com/biomejs/biome/blob/${finalAttrs.src.rev}/CHANGELOG.md"; changelog = "https://github.com/biomejs/biome/blob/${finalAttrs.src.rev}/CHANGELOG.md";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
figsoda
isabelroses isabelroses
wrbbz wrbbz
]; ];

View file

@ -42,7 +42,7 @@ buildGoModule rec {
homepage = "https://github.com/codesenberg/bombardier"; homepage = "https://github.com/codesenberg/bombardier";
changelog = "https://github.com/codesenberg/bombardier/releases/tag/${src.rev}"; changelog = "https://github.com/codesenberg/bombardier/releases/tag/${src.rev}";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "bombardier"; mainProgram = "bombardier";
}; };
} }

View file

@ -59,7 +59,6 @@ rustPlatform.buildRustPackage rec {
mainProgram = "btm"; mainProgram = "btm";
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
berbiche berbiche
figsoda
gepbird gepbird
]; ];
}; };

View file

@ -38,7 +38,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ maintainers = with maintainers; [
dit7ya dit7ya
figsoda
]; ];
platforms = platforms.linux; platforms = platforms.linux;
broken = stdenv.hostPlatform.isAarch64; broken = stdenv.hostPlatform.isAarch64;

View file

@ -97,6 +97,6 @@ python3Packages.buildPythonApplication rec {
homepage = "https://juftin.com/browsr"; homepage = "https://juftin.com/browsr";
changelog = "https://github.com/juftin/browsr/releases/tag/v${version}"; changelog = "https://github.com/juftin/browsr/releases/tag/v${version}";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View file

@ -37,7 +37,6 @@ rustPlatform.buildRustPackage rec {
]; ];
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
evanjs evanjs
figsoda
matthiasbeyer matthiasbeyer
]; ];
mainProgram = "cargo-about"; mainProgram = "cargo-about";

View file

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

View file

@ -43,7 +43,6 @@ rustPlatform.buildRustPackage rec {
]; ];
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
basvandijk basvandijk
figsoda
jk jk
]; ];
}; };

View file

@ -39,6 +39,6 @@ rustPlatform.buildRustPackage rec {
mit mit
unlicense unlicense
]; ];
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View file

@ -68,6 +68,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/cargo-bins/cargo-binstall"; homepage = "https://github.com/cargo-bins/cargo-binstall";
changelog = "https://github.com/cargo-bins/cargo-binstall/releases/tag/v${version}"; changelog = "https://github.com/cargo-bins/cargo-binstall/releases/tag/v${version}";
license = lib.licenses.gpl3Only; license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View file

@ -27,7 +27,6 @@ rustPlatform.buildRustPackage rec {
asl20 asl20
]; ];
maintainers = with maintainers; [ maintainers = with maintainers; [
figsoda
matthiasbeyer matthiasbeyer
]; ];
}; };

View file

@ -39,6 +39,6 @@ rustPlatform.buildRustPackage {
asl20 asl20
mit mit
]; ];
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View file

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

View file

@ -40,7 +40,6 @@ rustPlatform.buildRustPackage rec {
mit mit
]; ];
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
figsoda
matthiasbeyer matthiasbeyer
janlikar janlikar
]; ];

View file

@ -53,7 +53,7 @@ rustPlatform.buildRustPackage rec {
mit mit
asl20 asl20
]; ];
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "cargo-codspeed"; mainProgram = "cargo-codspeed";
}; };
} }

View file

@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/bytecodealliance/cargo-component"; homepage = "https://github.com/bytecodealliance/cargo-component";
changelog = "https://github.com/bytecodealliance/cargo-component/releases/tag/${src.rev}"; changelog = "https://github.com/bytecodealliance/cargo-component/releases/tag/${src.rev}";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "cargo-component"; mainProgram = "cargo-component";
}; };
} }

View file

@ -26,6 +26,6 @@ rustPlatform.buildRustPackage rec {
asl20 asl20
mit mit
]; ];
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View file

@ -44,7 +44,6 @@ rustPlatform.buildRustPackage rec {
mit mit
]; ];
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
figsoda
matthiasbeyer matthiasbeyer
jk jk
]; ];

View file

@ -24,7 +24,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://git.sr.ht/~jplatte/cargo-depgraph/tree/${src.rev}/item/CHANGELOG.md"; changelog = "https://git.sr.ht/~jplatte/cargo-depgraph/tree/${src.rev}/item/CHANGELOG.md";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ maintainers = with maintainers; [
figsoda
matthiasbeyer matthiasbeyer
]; ];
}; };

View file

@ -55,7 +55,6 @@ rustPlatform.buildRustPackage rec {
asl20 asl20
]; ];
maintainers = with maintainers; [ maintainers = with maintainers; [
figsoda
matthiasbeyer matthiasbeyer
]; ];
}; };

View file

@ -24,7 +24,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/the-lean-crate/cargo-diet/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/the-lean-crate/cargo-diet/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
figsoda
matthiasbeyer matthiasbeyer
]; ];
}; };

View file

@ -60,7 +60,6 @@ rustPlatform.buildRustPackage rec {
mit mit
]; ];
maintainers = with maintainers; [ maintainers = with maintainers; [
figsoda
matthiasbeyer matthiasbeyer
mistydemeo mistydemeo
]; ];

View file

@ -40,7 +40,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/Keruspe/cargo-duplicates"; homepage = "https://github.com/Keruspe/cargo-duplicates";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ maintainers = with maintainers; [
figsoda
matthiasbeyer matthiasbeyer
]; ];
}; };

View file

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

View file

@ -26,7 +26,6 @@ rustPlatform.buildRustPackage rec {
asl20 asl20
]; ];
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
figsoda
xrelkd xrelkd
]; ];
mainProgram = "cargo-expand"; mainProgram = "cargo-expand";

View file

@ -78,7 +78,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
mit mit
]; ];
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
figsoda
turbomack turbomack
matthiasbeyer matthiasbeyer
]; ];

View file

@ -40,6 +40,6 @@ rustPlatform.buildRustPackage {
mit # or mit # or
asl20 asl20
]; ];
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View file

@ -27,6 +27,6 @@ rustPlatform.buildRustPackage rec {
asl20 # or asl20 # or
mit mit
]; ];
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View file

@ -45,7 +45,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
asl20 asl20
]; ];
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
figsoda
macalinao macalinao
nartsiss nartsiss
]; ];

View file

@ -37,7 +37,6 @@ rustPlatform.buildRustPackage rec {
asl20 asl20
]; ];
maintainers = with maintainers; [ maintainers = with maintainers; [
figsoda
matthiasbeyer matthiasbeyer
]; ];
}; };

View file

@ -35,7 +35,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/mitsuhiko/insta/blob/${version}/CHANGELOG.md"; changelog = "https://github.com/mitsuhiko/insta/blob/${version}/CHANGELOG.md";
license = lib.licenses.asl20; license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
figsoda
oxalica oxalica
matthiasbeyer matthiasbeyer
]; ];

View file

@ -22,7 +22,6 @@ rustPlatform.buildRustPackage rec {
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ maintainers = with maintainers; [
basvandijk basvandijk
figsoda
matthiasbeyer matthiasbeyer
]; ];
}; };

View file

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

View file

@ -46,6 +46,6 @@ rustPlatform.buildRustPackage rec {
asl20 asl20
mit mit
]; ];
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View file

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

View file

@ -27,7 +27,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/bnjbvr/cargo-machete/blob/${src.rev}/CHANGELOG.md"; changelog = "https://github.com/bnjbvr/cargo-machete/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ maintainers = with maintainers; [
figsoda
matthiasbeyer matthiasbeyer
]; ];
}; };

View file

@ -47,7 +47,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/sagiegurari/cargo-make/blob/${version}/CHANGELOG.md"; changelog = "https://github.com/sagiegurari/cargo-make/blob/${version}/CHANGELOG.md";
license = lib.licenses.asl20; license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
figsoda
xrelkd xrelkd
]; ];
mainProgram = "cargo-make"; mainProgram = "cargo-make";

View file

@ -52,7 +52,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/regexident/cargo-modules/blob/${src.tag}/CHANGELOG.md"; changelog = "https://github.com/regexident/cargo-modules/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.mpl20; license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
figsoda
rvarago rvarago
matthiasbeyer matthiasbeyer
]; ];

View file

@ -26,6 +26,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/sourcefrog/cargo-mutants"; homepage = "https://github.com/sourcefrog/cargo-mutants";
changelog = "https://github.com/sourcefrog/cargo-mutants/releases/tag/${src.rev}"; changelog = "https://github.com/sourcefrog/cargo-mutants/releases/tag/${src.rev}";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View file

@ -46,7 +46,6 @@ rustPlatform.buildRustPackage rec {
]; ];
maintainers = with maintainers; [ maintainers = with maintainers; [
ekleog ekleog
figsoda
matthiasbeyer matthiasbeyer
]; ];
}; };

View file

@ -28,6 +28,6 @@ rustPlatform.buildRustPackage rec {
mainProgram = "cargo-play"; mainProgram = "cargo-play";
homepage = "https://github.com/fanzeyi/cargo-play"; homepage = "https://github.com/fanzeyi/cargo-play";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View file

@ -52,7 +52,6 @@ rustPlatform.buildRustPackage rec {
mit mit
]; ];
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
figsoda
gerschtli gerschtli
]; ];
}; };

View file

@ -68,7 +68,6 @@ rustPlatform.buildRustPackage rec {
asl20 asl20
]; ];
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
figsoda
matthiasbeyer matthiasbeyer
]; ];
}; };

View file

@ -46,7 +46,6 @@ rustPlatform.buildRustPackage rec {
mit mit
]; ];
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
figsoda
oxalica oxalica
matthiasbeyer matthiasbeyer
]; ];

View file

@ -43,6 +43,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://shuttle.rs"; homepage = "https://shuttle.rs";
changelog = "https://github.com/shuttle-hq/shuttle/releases/tag/${src.rev}"; changelog = "https://github.com/shuttle-hq/shuttle/releases/tag/${src.rev}";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View file

@ -27,7 +27,6 @@ rustPlatform.buildRustPackage rec {
asl20 asl20
]; ];
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
figsoda
matthiasbeyer matthiasbeyer
]; ];
}; };

View file

@ -28,7 +28,6 @@ rustPlatform.buildRustPackage rec {
zlib zlib
]; # any of three ]; # any of three
maintainers = with maintainers; [ maintainers = with maintainers; [
figsoda
matthiasbeyer matthiasbeyer
]; ];
}; };

View file

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

View file

@ -43,7 +43,6 @@ rustPlatform.buildRustPackage rec {
asl20 asl20
]; ];
maintainers = with maintainers; [ maintainers = with maintainers; [
figsoda
hugoreeves hugoreeves
]; ];
}; };

View file

@ -27,7 +27,6 @@ rustPlatform.buildRustPackage rec {
asl20 asl20
]; ];
maintainers = with maintainers; [ maintainers = with maintainers; [
figsoda
matthiasbeyer matthiasbeyer
]; ];
}; };

View file

@ -67,7 +67,6 @@ rustPlatform.buildRustPackage rec {
gpl3Only gpl3Only
]; ];
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
figsoda
matthiasbeyer matthiasbeyer
]; ];
}; };

View file

@ -39,7 +39,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/timonpost/cargo-unused-features"; homepage = "https://github.com/timonpost/cargo-unused-features";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ maintainers = with maintainers; [
figsoda
matthiasbeyer matthiasbeyer
]; ];
mainProgram = "unused-features"; mainProgram = "unused-features";

View file

@ -29,7 +29,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
mit mit
]; ];
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
figsoda
jk jk
matthiasbeyer matthiasbeyer
]; ];

View file

@ -44,7 +44,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/pksunkara/cargo-workspaces/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/pksunkara/cargo-workspaces/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
figsoda
macalinao macalinao
matthiasbeyer matthiasbeyer
]; ];

View file

@ -32,6 +32,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/messense/cargo-zigbuild"; homepage = "https://github.com/messense/cargo-zigbuild";
changelog = "https://github.com/messense/cargo-zigbuild/releases/tag/v${version}"; changelog = "https://github.com/messense/cargo-zigbuild/releases/tag/v${version}";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View file

@ -44,7 +44,7 @@ buildGoModule {
description = "GTK4 frontend for catnip"; description = "GTK4 frontend for catnip";
homepage = "https://github.com/diamondburned/catnip-gtk4"; homepage = "https://github.com/diamondburned/catnip-gtk4";
license = licenses.gpl3Only; license = licenses.gpl3Only;
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "catnip-gtk4"; mainProgram = "catnip-gtk4";
}; };
} }

View file

@ -46,7 +46,7 @@ buildGoModule rec {
homepage = "https://github.com/noriah/catnip"; homepage = "https://github.com/noriah/catnip";
changelog = "https://github.com/noriah/catnip/releases/tag/${src.rev}"; changelog = "https://github.com/noriah/catnip/releases/tag/${src.rev}";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "catnip"; mainProgram = "catnip";
}; };
} }

View file

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

View file

@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
description = "Configurable cd wrapper that lets you define your environment per directory"; description = "Configurable cd wrapper that lets you define your environment per directory";
homepage = "https://github.com/synoet/cdwe"; homepage = "https://github.com/synoet/cdwe";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "cdwe"; mainProgram = "cdwe";
}; };
} }

View file

@ -38,6 +38,6 @@ buildGoModule rec {
homepage = "https://github.com/google/cel-go"; homepage = "https://github.com/google/cel-go";
changelog = "https://github.com/google/cel-go/releases/tag/${src.rev}"; changelog = "https://github.com/google/cel-go/releases/tag/${src.rev}";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View file

@ -43,7 +43,6 @@ buildGoModule rec {
changelog = "https://github.com/miniscruff/changie/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/miniscruff/changie/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
figsoda
matthiasbeyer matthiasbeyer
]; ];
}; };

View file

@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/brycx/checkpwn"; homepage = "https://github.com/brycx/checkpwn";
changelog = "https://github.com/brycx/checkpwn/releases/tag/${version}"; changelog = "https://github.com/brycx/checkpwn/releases/tag/${version}";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "checkpwn"; mainProgram = "checkpwn";
}; };
} }

View file

@ -21,6 +21,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/blst-security/cherrybomb"; homepage = "https://github.com/blst-security/cherrybomb";
changelog = "https://github.com/blst-security/cherrybomb/releases/tag/v${version}"; changelog = "https://github.com/blst-security/cherrybomb/releases/tag/v${version}";
license = lib.licenses.asl20; license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View file

@ -49,6 +49,6 @@ rustPlatform.buildRustPackage rec {
''; '';
homepage = "https://github.com/peterheesterman/chit"; homepage = "https://github.com/peterheesterman/chit";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View file

@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/Canop/clima"; homepage = "https://github.com/Canop/clima";
changelog = "https://github.com/Canop/clima/releases/tag/${src.rev}"; changelog = "https://github.com/Canop/clima/releases/tag/${src.rev}";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "clima"; mainProgram = "clima";
}; };
} }

View file

@ -55,7 +55,7 @@ rustPlatform.buildRustPackage {
description = "Create a video of how a git repository's code changes over time"; description = "Create a video of how a git repository's code changes over time";
homepage = "https://github.com/sloganking/codemov"; homepage = "https://github.com/sloganking/codemov";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "codemov"; mainProgram = "codemov";
}; };
} }

View file

@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/sloganking/codevis"; homepage = "https://github.com/sloganking/codevis";
changelog = "https://github.com/sloganking/codevis/releases/tag/${src.rev}"; changelog = "https://github.com/sloganking/codevis/releases/tag/${src.rev}";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "codevis"; mainProgram = "codevis";
}; };
} }

View file

@ -23,6 +23,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/adaszko/complgen"; homepage = "https://github.com/adaszko/complgen";
changelog = "https://github.com/adaszko/complgen/blob/${src.rev}/CHANGELOG.md"; changelog = "https://github.com/adaszko/complgen/blob/${src.rev}/CHANGELOG.md";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View file

@ -24,7 +24,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/kivikakk/comrak/blob/v${version}/changelog.txt"; changelog = "https://github.com/kivikakk/comrak/blob/v${version}/changelog.txt";
license = lib.licenses.bsd2; license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
figsoda
kivikakk kivikakk
]; ];
}; };

View file

@ -26,7 +26,7 @@ buildGoModule {
description = "Confetti in your TTY"; description = "Confetti in your TTY";
homepage = "https://github.com/maaslalani/confetty"; homepage = "https://github.com/maaslalani/confetty";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "confetty"; mainProgram = "confetty";
}; };
} }

View file

@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
unlicense # or unlicense # or
mit mit
]; ];
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "crabz"; mainProgram = "crabz";
}; };
} }

View file

@ -25,6 +25,6 @@ rustPlatform.buildRustPackage rec {
mit mit
unlicense unlicense
]; ];
maintainers = with maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

Some files were not shown because too many files have changed in this diff Show more