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
# 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

View file

@ -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";

View file

@ -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

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 = {
members = [
figsoda
RossComputerGuy
];
scope = "Maintain the Zig compiler toolchain and nixpkgs integration.";

View file

@ -13,7 +13,7 @@ in
{
meta = {
maintainers = lib.teams.freedesktop.members ++ (with lib.maintainers; [ figsoda ]);
maintainers = lib.teams.freedesktop.members ++ [ ];
};
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; [
figsoda
thiagokokada
];
}

View file

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

View file

@ -167,6 +167,6 @@ in
(super.nvim-treesitter.meta or { })
// {
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}";
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ figsoda ];
maintainers = [ ];
};
}

View file

@ -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 = [ ];
};
}

View file

@ -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";
};
})

View file

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

View file

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

View file

@ -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 = [ ];
};
}

View file

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

View file

@ -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";
};
}

View file

@ -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";
};
}

View file

@ -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";
};
}

View file

@ -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";
};
}

View file

@ -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";
};
}

View file

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

View file

@ -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";
};
}

View file

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

View file

@ -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";
};
}

View file

@ -49,6 +49,6 @@ rustPlatform.buildRustPackage rec {
asl20 # or
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";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
figsoda
isabelroses
wrbbz
];

View file

@ -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";
};
}

View file

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

View file

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

View file

@ -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 = [ ];
};
}

View file

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

View file

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

View file

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

View file

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

View file

@ -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 = [ ];
};
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -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";
};
}

View file

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

View file

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

View file

@ -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
];
};

View file

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

View file

@ -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
];
};

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -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
];

View file

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

View file

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

View file

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

View file

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

View file

@ -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
];
};

View file

@ -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";

View file

@ -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
];

View file

@ -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 = [ ];
};
}

View file

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

View file

@ -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 = [ ];
};
}

View file

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

View file

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

View file

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

View file

@ -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 = [ ];
};
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -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";

View file

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

View file

@ -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
];

View file

@ -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 = [ ];
};
}

View file

@ -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";
};
}

View file

@ -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";
};
}

View file

@ -35,6 +35,6 @@ rustPlatform.buildRustPackage rec {
mit # or
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";
homepage = "https://github.com/synoet/cdwe";
license = licenses.mit;
maintainers = with maintainers; [ figsoda ];
maintainers = [ ];
mainProgram = "cdwe";
};
}

View file

@ -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 = [ ];
};
}

View file

@ -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
];
};

View file

@ -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";
};
}

View file

@ -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 = [ ];
};
}

View file

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

View file

@ -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";
};
}

View file

@ -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";
};
}

View file

@ -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";
};
}

View file

@ -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 = [ ];
};
}

View file

@ -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
];
};

View file

@ -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";
};
}

View file

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

View file

@ -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