treewide: drop figsoda as maintainer (part 1)
s/maintainers = with lib.maintainers; [ figsoda ];/maintainers = with lib.maintainers; [ ];/
This commit is contained in:
@@ -115,5 +115,5 @@ in
|
||||
})
|
||||
];
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ figsoda ];
|
||||
meta.maintainers = [ ];
|
||||
}
|
||||
|
||||
@@ -25,5 +25,5 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ figsoda ];
|
||||
meta.maintainers = [ ];
|
||||
}
|
||||
|
||||
@@ -25,5 +25,5 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ figsoda ];
|
||||
meta.maintainers = [ ];
|
||||
}
|
||||
|
||||
@@ -32,6 +32,6 @@ buildLua rec {
|
||||
changelog = "https://github.com/marzzzello/mpv_thumbnail_script/releases/tag/${version}";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -41,6 +41,6 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/dnnrly/abbreviate";
|
||||
changelog = "https://github.com/dnnrly/abbreviate/releases/tag/${src.rev}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/jonaslu/ain";
|
||||
changelog = "https://github.com/jonaslu/ain/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "ain";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -69,6 +69,6 @@ rustPlatform.buildRustPackage rec {
|
||||
# or
|
||||
asl20
|
||||
];
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/finefindus/artem";
|
||||
changelog = "https://github.com/finefindus/artem/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "artem";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -68,6 +68,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/cargo-bins/cargo-binstall";
|
||||
changelog = "https://github.com/cargo-bins/cargo-binstall/releases/tag/v${version}";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,6 +27,6 @@ rustPlatform.buildRustPackage rec {
|
||||
asl20 # or
|
||||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/brycx/checkpwn";
|
||||
changelog = "https://github.com/brycx/checkpwn/releases/tag/${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "checkpwn";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -21,6 +21,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/blst-security/cherrybomb";
|
||||
changelog = "https://github.com/blst-security/cherrybomb/releases/tag/v${version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ buildGoModule {
|
||||
description = "Confetti in your TTY";
|
||||
homepage = "https://github.com/maaslalani/confetty";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "confetty";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
|
||||
unlicense # or
|
||||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "crabz";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/doctave/doctave";
|
||||
changelog = "https://github.com/doctave/doctave/blob/${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "doctave";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -23,6 +23,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/egoist/dum";
|
||||
changelog = "https://github.com/egoist/dum/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@ buildNpmPackage rec {
|
||||
homepage = "https://github.com/aca/emmet-ls";
|
||||
changelog = "https://github.com/aca/emmet-ls/releases/tag/${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "emmet-ls";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/vv9k/epick";
|
||||
changelog = "https://github.com/vv9k/epick/blob/${version}/CHANGELOG.md";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "epick";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/simeg/eureka";
|
||||
changelog = "https://github.com/simeg/eureka/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "eureka";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec {
|
||||
asl20 # or
|
||||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "faketty";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@ rustPlatform.buildRustPackage rec {
|
||||
changelog = "https://github.com/svetlitski/fcp/releases/tag/v${version}";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "fcp";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/kyoheiu/felix";
|
||||
changelog = "https://github.com/kyoheiu/felix/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "fx";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -51,6 +51,6 @@ rustPlatform.buildRustPackage rec {
|
||||
mit # or
|
||||
asl20
|
||||
];
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,6 +36,6 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/antonmedv/fx";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "fx";
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/svenstaro/genact";
|
||||
changelog = "https://github.com/svenstaro/genact/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "genact";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://gif.ski/";
|
||||
changelog = "https://github.com/ImageOptim/gifski/releases/tag/${src.rev}";
|
||||
license = lib.licenses.agpl3Plus;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "gifski";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -47,6 +47,6 @@ rustPlatform.buildRustPackage {
|
||||
homepage = "https://github.com/PurpleBooth/git-mit";
|
||||
changelog = "https://github.com/PurpleBooth/git-mit/releases/tag/v${version}";
|
||||
license = lib.licenses.cc0;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/milo123459/glitter";
|
||||
changelog = "https://github.com/Milo123459/glitter/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "glitter";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -25,6 +25,6 @@ rustPlatform.buildRustPackage {
|
||||
description = "Cross-platform TUI database management tool written in Rust";
|
||||
homepage = "https://github.com/tako8ki/gobang";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -72,7 +72,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
asl20
|
||||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "halp";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
|
||||
asl20
|
||||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "hayagriva";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -31,6 +31,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/samwho/hmm";
|
||||
changelog = "https://github.com/samwho/hmm/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -26,6 +26,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/windsoilder/hors";
|
||||
changelog = "https://github.com/WindSoilder/hors/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -49,6 +49,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/thecoshman/http";
|
||||
changelog = "https://github.com/thecoshman/http/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -33,6 +33,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/jonhoo/inferno";
|
||||
changelog = "https://github.com/jonhoo/inferno/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.cddl;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/j-lentz/iwgtk";
|
||||
changelog = "https://github.com/j-lentz/iwgtk/blob/v${version}/CHANGELOG";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "iwgtk";
|
||||
};
|
||||
|
||||
@@ -92,6 +92,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
# Assets
|
||||
cc-by-nc-40
|
||||
];
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/spectralops/keyscope";
|
||||
changelog = "https://github.com/spectralops/keyscope/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "keyscope";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/numToStr/lemmy-help";
|
||||
changelog = "https://github.com/numToStr/lemmy-help/releases/tag/v${version}";
|
||||
license = with lib.licenses; [ mit ];
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "lemmy-help";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Generate music from the entropy of Linux";
|
||||
changelog = "https://github.com/orhun/linuxwave/blob/${finalAttrs.src.rev}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
inherit (zig.meta) platforms;
|
||||
mainProgram = "linuxwave";
|
||||
};
|
||||
|
||||
@@ -54,7 +54,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://menyoki.cli.rs/";
|
||||
changelog = "https://github.com/orhun/menyoki/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "menyoki";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Minisign reimplemented in Zig";
|
||||
homepage = "https://github.com/jedisct1/zig-minisign";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "minizign";
|
||||
inherit (zig.meta) platforms;
|
||||
};
|
||||
|
||||
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/figsoda/mmtc";
|
||||
changelog = "https://github.com/figsoda/mmtc/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "mmtc";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/raviqqe/muffet";
|
||||
changelog = "https://github.com/raviqqe/muffet/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "muffet";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -96,6 +96,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/nix-community/nix-init";
|
||||
changelog = "https://github.com/nix-community/nix-init/blob/${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -41,6 +41,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/jtojnar/nixpkgs-hammering";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "nixpkgs-hammer";
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -52,7 +52,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/nix-community/nurl";
|
||||
changelog = "https://github.com/nix-community/nurl/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "nurl";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/hatoo/oha";
|
||||
changelog = "https://github.com/hatoo/oha/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "oha";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/oxc-project/oxc";
|
||||
changelog = "https://github.com/oxc-project/oxc/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "oxlint";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -40,6 +40,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/figsoda/pactorio";
|
||||
changelog = "https://github.com/figsoda/pactorio/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -48,6 +48,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/nix-community/patsh";
|
||||
changelog = "https://github.com/nix-community/patsh/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/nwtgck/piping-server-rust";
|
||||
changelog = "https://github.com/nwtgck/piping-server-rust/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "piping-server";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/orhun/pkgtop";
|
||||
changelog = "https://github.com/orhun/pkgtop/releases/tag/${version}";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "pkgtop";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -38,6 +38,6 @@ rustPlatform.buildRustPackage rec {
|
||||
asl20
|
||||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/marhkb/pods";
|
||||
changelog = "https://github.com/marhkb/pods/releases/tag/v${version}";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "pods";
|
||||
};
|
||||
|
||||
@@ -38,7 +38,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
homepage = "https://github.com/nat-n/poethepoet";
|
||||
changelog = "https://github.com/nat-n/poethepoet/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "poe";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -44,6 +44,6 @@ rustPlatform.buildRustPackage rec {
|
||||
mit # or
|
||||
asl20
|
||||
];
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec {
|
||||
asl20
|
||||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/brettcannon/python-launcher";
|
||||
changelog = "https://github.com/brettcannon/python-launcher/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "py";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/lnx-search/rewrk";
|
||||
changelog = "https://github.com/lnx-search/rewrk/releases/tag/${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "rewrk";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -39,6 +39,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://riff.sh";
|
||||
changelog = "https://github.com/DeterminateSystems/riff/releases/tag/v${version}";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -23,6 +23,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/ismaelgv/rnr";
|
||||
changelog = "https://github.com/ismaelgv/rnr/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -25,6 +25,6 @@ rustPlatform.buildRustPackage rec {
|
||||
mit # or
|
||||
asl20
|
||||
];
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/v0ldek/rsonpath";
|
||||
changelog = "https://github.com/v0ldek/rsonpath/blob/${src.rev}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "rq";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec {
|
||||
asl20
|
||||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "rune-languageserver";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
|
||||
asl20
|
||||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "rune";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -76,6 +76,6 @@ buildGoModule rec {
|
||||
homepage = "https://runme.dev";
|
||||
changelog = "https://github.com/runmedev/runme/releases/tag/v${version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/rust-motd/rust-motd";
|
||||
changelog = "https://github.com/rust-motd/rust-motd/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "rust-motd";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec {
|
||||
mit # or
|
||||
asl20
|
||||
];
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/RustScan/RustScan";
|
||||
changelog = "https://github.com/RustScan/RustScan/releases/tag/${version}";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "rustscan";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -24,6 +24,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/pwnwriter/rustycli";
|
||||
changelog = "https://github.com/pwnwriter/rustycli/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/figsoda/sagoin";
|
||||
changelog = "https://github.com/figsoda/sagoin/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.agpl3Plus;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "sagoin";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec {
|
||||
asl20
|
||||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "samply";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -28,6 +28,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/causal-agent/scraper";
|
||||
changelog = "https://github.com/causal-agent/scraper/releases/tag/v${version}";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,6 +36,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/kampfkarren/selene";
|
||||
changelog = "https://github.com/kampfkarren/selene/blob/${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec {
|
||||
asl20 # or
|
||||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "sic";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -99,7 +99,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
mit # or
|
||||
asl20
|
||||
];
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
teams = [ lib.teams.ngi ];
|
||||
mainProgram = "sniffnet";
|
||||
};
|
||||
|
||||
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||
changelog = "https://git.sr.ht/~steef/snixembed/refs/${version}";
|
||||
license = lib.licenses.isc;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "snixembed";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/facebook/starlark-rust";
|
||||
changelog = "https://github.com/facebook/starlark-rust/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "starlark";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/johnnymorganz/stylua";
|
||||
changelog = "https://github.com/johnnymorganz/stylua/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "stylua";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -43,6 +43,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/greymd/teip";
|
||||
changelog = "https://github.com/greymd/teip/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/nabijaczleweli/termimage";
|
||||
changelog = "https://github.com/nabijaczleweli/termimage/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "termimage";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/alexhallam/tv";
|
||||
changelog = "https://github.com/alexhallam/tv/blob/${version}/CHANGELOG.md";
|
||||
license = lib.licenses.unlicense;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -28,6 +28,6 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/liamg/tml";
|
||||
changelog = "https://github.com/liamg/tml/releases/tag/v${version}";
|
||||
license = lib.licenses.unlicense;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -23,6 +23,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/uzimaru0000/tv";
|
||||
changelog = "https://github.com/uzimaru0000/tv/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -39,6 +39,6 @@ rustPlatform.buildRustPackage rec {
|
||||
asl20 # or
|
||||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,6 +30,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
asl20
|
||||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/orhun/zps";
|
||||
changelog = "https://github.com/orhun/zps/releases/tag/${version}";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "zps";
|
||||
};
|
||||
|
||||
@@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Generate tags files for Zig projects";
|
||||
homepage = "https://github.com/gpanders/ztags";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "ztags";
|
||||
inherit (zig.meta) platforms;
|
||||
};
|
||||
|
||||
@@ -39,7 +39,7 @@ python3Packages.buildPythonApplication rec {
|
||||
homepage = "https://github.com/tusharsadhwani/zxpy";
|
||||
changelog = "https://github.com/tusharsadhwani/zxpy/releases/tag/${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "zxpy";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -5281,7 +5281,7 @@ final: prev: {
|
||||
meta = {
|
||||
homepage = "https://github.com/notomo/vusted";
|
||||
description = "`busted` wrapper for testing neovim plugin";
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
license.fullName = "MIT <http://opensource.org/licenses/MIT>";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -40,6 +40,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/neovim/pynvim";
|
||||
changelog = "https://github.com/neovim/pynvim/releases/tag/${version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ figsoda ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user