treewide: drop figsoda as maintainer (part 1)

s/maintainers = with lib.maintainers; [ figsoda ];/maintainers = with lib.maintainers; [ ];/
This commit is contained in:
Michael Daniels
2025-10-26 13:12:31 -04:00
parent 31dfe5fb3f
commit eb833639c8
96 changed files with 96 additions and 96 deletions

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

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

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

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

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

@@ -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,6 +27,6 @@ rustPlatform.buildRustPackage rec {
asl20 # or asl20 # or
mit mit
]; ];
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

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

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

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

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

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

View File

@@ -23,6 +23,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/egoist/dum"; homepage = "https://github.com/egoist/dum";
changelog = "https://github.com/egoist/dum/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/egoist/dum/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View File

@@ -32,7 +32,7 @@ buildNpmPackage rec {
homepage = "https://github.com/aca/emmet-ls"; homepage = "https://github.com/aca/emmet-ls";
changelog = "https://github.com/aca/emmet-ls/releases/tag/${version}"; changelog = "https://github.com/aca/emmet-ls/releases/tag/${version}";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "emmet-ls"; mainProgram = "emmet-ls";
}; };
} }

View File

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

View File

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

View File

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

View File

@@ -47,7 +47,7 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/svetlitski/fcp/releases/tag/v${version}"; changelog = "https://github.com/svetlitski/fcp/releases/tag/v${version}";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "fcp"; mainProgram = "fcp";
}; };
} }

View File

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

View File

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

View File

@@ -36,6 +36,6 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/antonmedv/fx"; homepage = "https://github.com/antonmedv/fx";
license = lib.licenses.mit; license = lib.licenses.mit;
mainProgram = "fx"; mainProgram = "fx";
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
}) })

View File

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

View File

@@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://gif.ski/"; homepage = "https://gif.ski/";
changelog = "https://github.com/ImageOptim/gifski/releases/tag/${src.rev}"; changelog = "https://github.com/ImageOptim/gifski/releases/tag/${src.rev}";
license = lib.licenses.agpl3Plus; license = lib.licenses.agpl3Plus;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "gifski"; mainProgram = "gifski";
}; };
} }

View File

@@ -47,6 +47,6 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/PurpleBooth/git-mit"; homepage = "https://github.com/PurpleBooth/git-mit";
changelog = "https://github.com/PurpleBooth/git-mit/releases/tag/v${version}"; changelog = "https://github.com/PurpleBooth/git-mit/releases/tag/v${version}";
license = lib.licenses.cc0; license = lib.licenses.cc0;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View File

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

View File

@@ -25,6 +25,6 @@ rustPlatform.buildRustPackage {
description = "Cross-platform TUI database management tool written in Rust"; description = "Cross-platform TUI database management tool written in Rust";
homepage = "https://github.com/tako8ki/gobang"; homepage = "https://github.com/tako8ki/gobang";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View File

@@ -72,7 +72,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
asl20 asl20
mit mit
]; ];
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "halp"; mainProgram = "halp";
}; };
}) })

View File

@@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
asl20 asl20
mit mit
]; ];
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "hayagriva"; mainProgram = "hayagriva";
}; };
} }

View File

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

View File

@@ -26,6 +26,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/windsoilder/hors"; homepage = "https://github.com/windsoilder/hors";
changelog = "https://github.com/WindSoilder/hors/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/WindSoilder/hors/blob/v${version}/CHANGELOG.md";
license = lib.licenses.gpl3Only; license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View File

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

View File

@@ -33,6 +33,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/jonhoo/inferno"; homepage = "https://github.com/jonhoo/inferno";
changelog = "https://github.com/jonhoo/inferno/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/jonhoo/inferno/blob/v${version}/CHANGELOG.md";
license = lib.licenses.cddl; license = lib.licenses.cddl;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View File

@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/j-lentz/iwgtk"; homepage = "https://github.com/j-lentz/iwgtk";
changelog = "https://github.com/j-lentz/iwgtk/blob/v${version}/CHANGELOG"; changelog = "https://github.com/j-lentz/iwgtk/blob/v${version}/CHANGELOG";
license = lib.licenses.gpl3Only; license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
mainProgram = "iwgtk"; mainProgram = "iwgtk";
}; };

View File

@@ -92,6 +92,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
# Assets # Assets
cc-by-nc-40 cc-by-nc-40
]; ];
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
}) })

View File

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

View File

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

View File

@@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Generate music from the entropy of Linux"; description = "Generate music from the entropy of Linux";
changelog = "https://github.com/orhun/linuxwave/blob/${finalAttrs.src.rev}/CHANGELOG.md"; changelog = "https://github.com/orhun/linuxwave/blob/${finalAttrs.src.rev}/CHANGELOG.md";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
inherit (zig.meta) platforms; inherit (zig.meta) platforms;
mainProgram = "linuxwave"; mainProgram = "linuxwave";
}; };

View File

@@ -54,7 +54,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://menyoki.cli.rs/"; homepage = "https://menyoki.cli.rs/";
changelog = "https://github.com/orhun/menyoki/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/orhun/menyoki/blob/v${version}/CHANGELOG.md";
license = lib.licenses.gpl3Only; license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "menyoki"; mainProgram = "menyoki";
}; };
} }

View File

@@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Minisign reimplemented in Zig"; description = "Minisign reimplemented in Zig";
homepage = "https://github.com/jedisct1/zig-minisign"; homepage = "https://github.com/jedisct1/zig-minisign";
license = lib.licenses.isc; license = lib.licenses.isc;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "minizign"; mainProgram = "minizign";
inherit (zig.meta) platforms; inherit (zig.meta) platforms;
}; };

View File

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

View File

@@ -27,7 +27,7 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/raviqqe/muffet"; homepage = "https://github.com/raviqqe/muffet";
changelog = "https://github.com/raviqqe/muffet/releases/tag/${finalAttrs.src.tag}"; changelog = "https://github.com/raviqqe/muffet/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "muffet"; mainProgram = "muffet";
}; };
}) })

View File

@@ -96,6 +96,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/nix-community/nix-init"; homepage = "https://github.com/nix-community/nix-init";
changelog = "https://github.com/nix-community/nix-init/blob/${finalAttrs.src.tag}/CHANGELOG.md"; changelog = "https://github.com/nix-community/nix-init/blob/${finalAttrs.src.tag}/CHANGELOG.md";
license = lib.licenses.mpl20; license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
}) })

View File

@@ -41,6 +41,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/jtojnar/nixpkgs-hammering"; homepage = "https://github.com/jtojnar/nixpkgs-hammering";
license = lib.licenses.mit; license = lib.licenses.mit;
mainProgram = "nixpkgs-hammer"; mainProgram = "nixpkgs-hammer";
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
}) })

View File

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

View File

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

View File

@@ -45,7 +45,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/oxc-project/oxc"; homepage = "https://github.com/oxc-project/oxc";
changelog = "https://github.com/oxc-project/oxc/releases/tag/${finalAttrs.src.tag}"; changelog = "https://github.com/oxc-project/oxc/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "oxlint"; mainProgram = "oxlint";
}; };
}) })

View File

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

View File

@@ -48,6 +48,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/nix-community/patsh"; homepage = "https://github.com/nix-community/patsh";
changelog = "https://github.com/nix-community/patsh/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/nix-community/patsh/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mpl20; license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View File

@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/nwtgck/piping-server-rust"; homepage = "https://github.com/nwtgck/piping-server-rust";
changelog = "https://github.com/nwtgck/piping-server-rust/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/nwtgck/piping-server-rust/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "piping-server"; mainProgram = "piping-server";
}; };
} }

View File

@@ -26,7 +26,7 @@ buildGoModule rec {
homepage = "https://github.com/orhun/pkgtop"; homepage = "https://github.com/orhun/pkgtop";
changelog = "https://github.com/orhun/pkgtop/releases/tag/${version}"; changelog = "https://github.com/orhun/pkgtop/releases/tag/${version}";
license = lib.licenses.gpl3Only; license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "pkgtop"; mainProgram = "pkgtop";
}; };
} }

View File

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

View File

@@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/marhkb/pods"; homepage = "https://github.com/marhkb/pods";
changelog = "https://github.com/marhkb/pods/releases/tag/v${version}"; changelog = "https://github.com/marhkb/pods/releases/tag/v${version}";
license = lib.licenses.gpl3Only; license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
mainProgram = "pods"; mainProgram = "pods";
}; };

View File

@@ -38,7 +38,7 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/nat-n/poethepoet"; homepage = "https://github.com/nat-n/poethepoet";
changelog = "https://github.com/nat-n/poethepoet/releases/tag/v${version}"; changelog = "https://github.com/nat-n/poethepoet/releases/tag/v${version}";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "poe"; mainProgram = "poe";
}; };
} }

View File

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

View File

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

View File

@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/brettcannon/python-launcher"; homepage = "https://github.com/brettcannon/python-launcher";
changelog = "https://github.com/brettcannon/python-launcher/releases/tag/v${version}"; changelog = "https://github.com/brettcannon/python-launcher/releases/tag/v${version}";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "py"; mainProgram = "py";
}; };
} }

View File

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

View File

@@ -39,6 +39,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://riff.sh"; homepage = "https://riff.sh";
changelog = "https://github.com/DeterminateSystems/riff/releases/tag/v${version}"; changelog = "https://github.com/DeterminateSystems/riff/releases/tag/v${version}";
license = lib.licenses.mpl20; license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View File

@@ -23,6 +23,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/ismaelgv/rnr"; homepage = "https://github.com/ismaelgv/rnr";
changelog = "https://github.com/ismaelgv/rnr/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/ismaelgv/rnr/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View File

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

View File

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

View File

@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec {
asl20 asl20
mit mit
]; ];
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "rune-languageserver"; mainProgram = "rune-languageserver";
}; };
} }

View File

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

View File

@@ -76,6 +76,6 @@ buildGoModule rec {
homepage = "https://runme.dev"; homepage = "https://runme.dev";
changelog = "https://github.com/runmedev/runme/releases/tag/v${version}"; changelog = "https://github.com/runmedev/runme/releases/tag/v${version}";
license = lib.licenses.asl20; license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec {
asl20 asl20
mit mit
]; ];
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "samply"; mainProgram = "samply";
}; };
} }

View File

@@ -28,6 +28,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/causal-agent/scraper"; homepage = "https://github.com/causal-agent/scraper";
changelog = "https://github.com/causal-agent/scraper/releases/tag/v${version}"; changelog = "https://github.com/causal-agent/scraper/releases/tag/v${version}";
license = lib.licenses.isc; license = lib.licenses.isc;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View File

@@ -36,6 +36,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/kampfkarren/selene"; homepage = "https://github.com/kampfkarren/selene";
changelog = "https://github.com/kampfkarren/selene/blob/${version}/CHANGELOG.md"; changelog = "https://github.com/kampfkarren/selene/blob/${version}/CHANGELOG.md";
license = lib.licenses.mpl20; license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View File

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

View File

@@ -99,7 +99,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
mit # or mit # or
asl20 asl20
]; ];
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
teams = [ lib.teams.ngi ]; teams = [ lib.teams.ngi ];
mainProgram = "sniffnet"; mainProgram = "sniffnet";
}; };

View File

@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
changelog = "https://git.sr.ht/~steef/snixembed/refs/${version}"; changelog = "https://git.sr.ht/~steef/snixembed/refs/${version}";
license = lib.licenses.isc; license = lib.licenses.isc;
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "snixembed"; mainProgram = "snixembed";
}; };
} }

View File

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

View File

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

View File

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

View File

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

View File

@@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/alexhallam/tv"; homepage = "https://github.com/alexhallam/tv";
changelog = "https://github.com/alexhallam/tv/blob/${version}/CHANGELOG.md"; changelog = "https://github.com/alexhallam/tv/blob/${version}/CHANGELOG.md";
license = lib.licenses.unlicense; license = lib.licenses.unlicense;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View File

@@ -28,6 +28,6 @@ buildGoModule rec {
homepage = "https://github.com/liamg/tml"; homepage = "https://github.com/liamg/tml";
changelog = "https://github.com/liamg/tml/releases/tag/v${version}"; changelog = "https://github.com/liamg/tml/releases/tag/v${version}";
license = lib.licenses.unlicense; license = lib.licenses.unlicense;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View File

@@ -23,6 +23,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/uzimaru0000/tv"; homepage = "https://github.com/uzimaru0000/tv";
changelog = "https://github.com/uzimaru0000/tv/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/uzimaru0000/tv/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }

View File

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

View File

@@ -30,6 +30,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
asl20 asl20
mit mit
]; ];
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
}) })

View File

@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/orhun/zps"; homepage = "https://github.com/orhun/zps";
changelog = "https://github.com/orhun/zps/releases/tag/${version}"; changelog = "https://github.com/orhun/zps/releases/tag/${version}";
license = lib.licenses.gpl3Only; license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
mainProgram = "zps"; mainProgram = "zps";
}; };

View File

@@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Generate tags files for Zig projects"; description = "Generate tags files for Zig projects";
homepage = "https://github.com/gpanders/ztags"; homepage = "https://github.com/gpanders/ztags";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "ztags"; mainProgram = "ztags";
inherit (zig.meta) platforms; inherit (zig.meta) platforms;
}; };

View File

@@ -39,7 +39,7 @@ python3Packages.buildPythonApplication rec {
homepage = "https://github.com/tusharsadhwani/zxpy"; homepage = "https://github.com/tusharsadhwani/zxpy";
changelog = "https://github.com/tusharsadhwani/zxpy/releases/tag/${version}"; changelog = "https://github.com/tusharsadhwani/zxpy/releases/tag/${version}";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
mainProgram = "zxpy"; mainProgram = "zxpy";
}; };
} }

View File

@@ -5281,7 +5281,7 @@ final: prev: {
meta = { meta = {
homepage = "https://github.com/notomo/vusted"; homepage = "https://github.com/notomo/vusted";
description = "`busted` wrapper for testing neovim plugin"; description = "`busted` wrapper for testing neovim plugin";
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
license.fullName = "MIT <http://opensource.org/licenses/MIT>"; license.fullName = "MIT <http://opensource.org/licenses/MIT>";
}; };
} }

View File

@@ -40,6 +40,6 @@ buildPythonPackage rec {
homepage = "https://github.com/neovim/pynvim"; homepage = "https://github.com/neovim/pynvim";
changelog = "https://github.com/neovim/pynvim/releases/tag/${version}"; changelog = "https://github.com/neovim/pynvim/releases/tag/${version}";
license = lib.licenses.asl20; license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ figsoda ]; maintainers = [ ];
}; };
} }