maintainers: drop drupol
This commit is contained in:
@@ -22,7 +22,6 @@ in
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [
|
||||
benneti
|
||||
drupol
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ let
|
||||
in
|
||||
{
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ drupol ];
|
||||
meta.maintainers = with lib.maintainers; [ ];
|
||||
|
||||
options = {
|
||||
services.chromadb = {
|
||||
|
||||
@@ -127,5 +127,5 @@ in
|
||||
networking.firewall = lib.mkIf cfg.openFirewall { allowedTCPPorts = [ cfg.port ]; };
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ drupol ];
|
||||
meta.maintainers = with lib.maintainers; [ ];
|
||||
}
|
||||
|
||||
@@ -178,5 +178,5 @@ in
|
||||
networking.firewall = lib.mkIf cfg.openFirewall { allowedTCPPorts = [ cfg.port ]; };
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ drupol ];
|
||||
meta.maintainers = with lib.maintainers; [ ];
|
||||
}
|
||||
|
||||
@@ -130,5 +130,5 @@ in
|
||||
time.timeZone = lib.mkDefault "UTC";
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ drupol ];
|
||||
meta.maintainers = with lib.maintainers; [ ];
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ let
|
||||
;
|
||||
in
|
||||
{
|
||||
meta.maintainers = [ lib.maintainers.drupol ];
|
||||
meta.maintainers = [ ];
|
||||
|
||||
options = {
|
||||
services.tika = {
|
||||
|
||||
@@ -117,7 +117,6 @@ in
|
||||
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [
|
||||
drupol
|
||||
niklaskorz
|
||||
];
|
||||
# doc = ./fider.md;
|
||||
|
||||
@@ -237,5 +237,5 @@ in
|
||||
};
|
||||
|
||||
meta.doc = ./glance.md;
|
||||
meta.maintainers = [ lib.maintainers.drupol ];
|
||||
meta.maintainers = [ ];
|
||||
}
|
||||
|
||||
@@ -152,7 +152,7 @@ in
|
||||
};
|
||||
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
doc = ./honk.md;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -232,5 +232,5 @@ in
|
||||
users.groups."${defaultGroup}" = lib.mkIf (cfg.group == defaultGroup) { };
|
||||
};
|
||||
|
||||
meta.maintainers = [ lib.maintainers.drupol ];
|
||||
meta.maintainers = [ ];
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ let
|
||||
in
|
||||
{
|
||||
name = "chromadb";
|
||||
meta.maintainers = [ lib.maintainers.drupol ];
|
||||
meta.maintainers = [ ];
|
||||
|
||||
nodes = {
|
||||
machine =
|
||||
|
||||
@@ -20,5 +20,5 @@
|
||||
machine.succeed("curl -k --fail http://localhost:4444", timeout=10)
|
||||
'';
|
||||
|
||||
meta.maintainers = [ lib.maintainers.drupol ];
|
||||
meta.maintainers = [ ];
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ in
|
||||
{
|
||||
name = "docling-serve";
|
||||
meta = with lib.maintainers; {
|
||||
maintainers = [ drupol ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
'';
|
||||
|
||||
meta.maintainers = with lib.maintainers; [
|
||||
drupol
|
||||
niklaskorz
|
||||
];
|
||||
}
|
||||
|
||||
@@ -80,5 +80,5 @@
|
||||
assert location == "Nivelles, Belgium"
|
||||
'';
|
||||
|
||||
meta.maintainers = [ lib.maintainers.drupol ];
|
||||
meta.maintainers = [ ];
|
||||
}
|
||||
|
||||
@@ -19,5 +19,5 @@
|
||||
machine.wait_for_open_port(4822)
|
||||
'';
|
||||
|
||||
meta.maintainers = [ lib.maintainers.drupol ];
|
||||
meta.maintainers = [ ];
|
||||
}
|
||||
|
||||
@@ -30,5 +30,5 @@
|
||||
machine.wait_for_open_port(8080)
|
||||
'';
|
||||
|
||||
meta.maintainers = [ lib.maintainers.drupol ];
|
||||
meta.maintainers = [ ];
|
||||
}
|
||||
|
||||
@@ -22,6 +22,6 @@ in
|
||||
'';
|
||||
|
||||
meta = with lib.maintainers; {
|
||||
maintainers = [ drupol ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -20,5 +20,5 @@
|
||||
machine.succeed("curl -k --fail http://localhost:3000", timeout=10)
|
||||
'';
|
||||
|
||||
meta.maintainers = [ lib.maintainers.drupol ];
|
||||
meta.maintainers = [ ];
|
||||
}
|
||||
|
||||
@@ -23,5 +23,5 @@
|
||||
machine.wait_for_open_port(4242)
|
||||
'';
|
||||
|
||||
meta.maintainers = [ lib.maintainers.drupol ];
|
||||
meta.maintainers = [ ];
|
||||
}
|
||||
|
||||
@@ -34,5 +34,5 @@
|
||||
machine_custom_config.wait_for_open_port(1234)
|
||||
'';
|
||||
|
||||
meta.maintainers = [ lib.maintainers.drupol ];
|
||||
meta.maintainers = [ ];
|
||||
}
|
||||
|
||||
@@ -19,5 +19,5 @@
|
||||
machine.wait_for_open_port(9998)
|
||||
'';
|
||||
|
||||
meta.maintainers = [ lib.maintainers.drupol ];
|
||||
meta.maintainers = [ ];
|
||||
}
|
||||
|
||||
@@ -17,6 +17,6 @@ vscode-utils.buildVscodeMarketplaceExtension (finalAttrs: {
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.amazon-q-vscode";
|
||||
homepage = "https://github.com/aws/aws-toolkit-vscode";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -23,6 +23,6 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=anweber.vscode-httpyac";
|
||||
homepage = "https://github.com/AnWeber/vscode-httpyac/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -749,7 +749,7 @@ let
|
||||
description = "PHP code intelligence for Visual Studio Code";
|
||||
license = lib.licenses.unfree;
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client";
|
||||
maintainers = [ lib.maintainers.drupol ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -978,7 +978,7 @@ let
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=chris-hayes.chatgpt-reborn";
|
||||
homepage = "https://github.com/christopher-hayes/vscode-chatgpt-reborn";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = [ lib.maintainers.drupol ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
mktplcRef = {
|
||||
name = "chatgpt-reborn";
|
||||
@@ -1028,7 +1028,7 @@ let
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=coder.coder-remote";
|
||||
homepage = "https://github.com/coder/vscode-coder";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.drupol ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -1966,7 +1966,7 @@ let
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=genieai.chatgpt-vscode";
|
||||
homepage = "https://github.com/ai-genie/chatgpt-vscode";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = [ lib.maintainers.drupol ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
mktplcRef = {
|
||||
name = "chatgpt-vscode";
|
||||
@@ -2025,7 +2025,7 @@ let
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=github.vscode-github-actions";
|
||||
homepage = "https://github.com/github/vscode-github-actions";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.drupol ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -2149,7 +2149,7 @@ let
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=griimick.vhs";
|
||||
homepage = "https://github.com/griimick/vscode-vhs";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.drupol ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -4635,7 +4635,7 @@ let
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=Tailscale.vscode-tailscale";
|
||||
homepage = "https://github.com/tailscale-dev/vscode-tailscale";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.drupol ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -14,6 +14,6 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=mongodb.mongodb-vscode";
|
||||
homepage = "https://github.com/mongodb-js/vscode";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -17,6 +17,6 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-python.mypy-type-checker";
|
||||
homepage = "https://github.com/microsoft/vscode-mypy";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -15,6 +15,6 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
||||
description = "Visual Studio Code extension pack that lets you open any folder in a container, on a remote machine, or in WSL and take advantage of VS Code's full feature set";
|
||||
homepage = "https://github.com/Microsoft/vscode-remote-release";
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -15,6 +15,6 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
||||
description = "Visual Studio Code extension to help developers and AI engineers build AI apps";
|
||||
homepage = "https://github.com/Microsoft/windows-ai-studio";
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -32,6 +32,6 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=myriad-dreamin.tinymist";
|
||||
homepage = "https://github.com/myriad-dreamin/tinymist";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.drupol ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -13,6 +13,6 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=pylyzer.pylyzer";
|
||||
homepage = "https://github.com/mtshiba/pylyzer/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -16,6 +16,6 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=myriad-dreamin.tinymist";
|
||||
homepage = "https://github.com/myriad-dreamin/tinymist";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.drupol ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -16,6 +16,6 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
||||
downloadPage = "https://github.com/cline/cline";
|
||||
homepage = "https://github.com/cline/cline";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.drupol ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -68,6 +68,6 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
||||
"x86_64-linux"
|
||||
"x86_64-darwin"
|
||||
];
|
||||
maintainers = [ lib.maintainers.drupol ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -48,6 +48,6 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
||||
"x86_64-linux"
|
||||
"x86_64-darwin"
|
||||
];
|
||||
maintainers = [ lib.maintainers.drupol ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -73,7 +73,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Smallest, fastest columnar storage for Hadoop workloads";
|
||||
homepage = "https://github.com/apache/orc/";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -33,7 +33,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [
|
||||
DamienCassou
|
||||
drupol
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -44,6 +44,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
homepage = "https://github.com/PierreMarchand20/asciinema_automation";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "asciinema-automation";
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ bundlerApp {
|
||||
homepage = "https://github.com/DannyBen/bashly";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "bashly";
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mpl11
|
||||
];
|
||||
mainProgram = "cmph";
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -32,6 +32,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
homepage = "https://departuremono.com/";
|
||||
license = lib.licenses.ofl;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -41,7 +41,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
mainProgram = "deskreen";
|
||||
maintainers = with lib.maintainers; [
|
||||
leo248
|
||||
drupol
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -47,6 +47,6 @@ rustPlatform.buildRustPackage rec {
|
||||
'';
|
||||
homepage = "https://github.com/tkellogg/dura";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ drupol ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -51,7 +51,7 @@ stdenv.mkDerivation {
|
||||
for the popular online FPS game Wolfenstein: Enemy Territory - whose
|
||||
gameplay is still considered unmatched by many, despite its great age.
|
||||
'';
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -117,7 +117,6 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
maintainers = with lib.maintainers; [
|
||||
ashleyghooper
|
||||
drupol
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -42,7 +42,6 @@ symlinkJoin {
|
||||
mainProgram = "etl";
|
||||
maintainers = with lib.maintainers; [
|
||||
ashleyghooper
|
||||
drupol
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -43,7 +43,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
homepage = "https://plus.excalidraw.com/excalifont";
|
||||
description = "Font based on the original handwritten Virgil font carefully curated to improve legibility while preserving its hand-drawn nature";
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
license = lib.licenses.ofl;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
|
||||
receiver devices or integrate the FCast protocol into their own apps.
|
||||
'';
|
||||
mainProgram = "fcast";
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -43,7 +43,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/excalidraw/virgil";
|
||||
description = "Font that powers Excalidraw";
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
license = lib.licenses.ofl;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -76,7 +76,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.agpl3Only;
|
||||
mainProgram = "fider";
|
||||
maintainers = with lib.maintainers; [
|
||||
drupol
|
||||
niklaskorz
|
||||
];
|
||||
};
|
||||
|
||||
@@ -25,7 +25,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/dbenjaminmiller/garamond-libre";
|
||||
description = "Garamond Libre font family";
|
||||
maintainers = with maintainers; [ drupol ];
|
||||
maintainers = with maintainers; [ ];
|
||||
license = licenses.x11;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
||||
@@ -36,7 +36,7 @@ python3Packages.buildPythonApplication rec {
|
||||
description = "Python tool for mapping GitHub events to contributor activities";
|
||||
homepage = "https://github.com/uhourri/ghmap";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
mainProgram = "ghmap";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -38,6 +38,6 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/github/github-mcp-server";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "github-mcp-server";
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -29,7 +29,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
description = "Clientless remote desktop gateway";
|
||||
homepage = "https://guacamole.apache.org/";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.drupol ];
|
||||
maintainers = [ ];
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
|
||||
@@ -93,7 +93,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://guacamole.apache.org/";
|
||||
license = lib.licenses.asl20;
|
||||
mainProgram = "guacd";
|
||||
maintainers = [ lib.maintainers.drupol ];
|
||||
maintainers = [ ];
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
|
||||
@@ -51,6 +51,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/hedgedoc/cli";
|
||||
license = lib.licenses.agpl3Only;
|
||||
mainProgram = "hedgedoc-cli";
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -34,7 +34,7 @@ buildNpmPackage rec {
|
||||
homepage = "https://github.com/anweber/httpyac";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "httpyac";
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
of a typeface to be incorporated into one single file, and are supported
|
||||
by all major browsers.
|
||||
'';
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -128,7 +128,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "ioquake3";
|
||||
maintainers = with lib.maintainers; [
|
||||
abbradar
|
||||
drupol
|
||||
rvolosatovs
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -26,7 +26,7 @@ buildGoModule (finalAttrs: {
|
||||
description = "CLI tool to convert GitHub issue into Markdown file";
|
||||
homepage = "https://github.com/bigwhite/issue2md";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
mainProgram = "issue2md";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/lexbor/lexbor";
|
||||
changelog = "https://github.com/lexbor/lexbor/blob/${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
mainProgram = "lexbor";
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
||||
@@ -43,7 +43,7 @@ stdenv.mkDerivation {
|
||||
description = "Lightweight C++ logging library";
|
||||
homepage = "https://github.com/emilk/loguru";
|
||||
license = lib.licenses.unlicense;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Free computer algebra and analysis system consisting of a high level language with a compiler and a series of mathematical libraries";
|
||||
homepage = "https://www.mathemagix.org/";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -21,7 +21,7 @@ buildGoModule (finalAttrs: {
|
||||
description = "CLI host application that enables Large Language Models (LLMs) to interact with external tools through the Model Context Protocol (MCP)";
|
||||
homepage = "https://github.com/mark3labs/mcphost";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
mainProgram = "mcphost";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -36,7 +36,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
by all major browsers, allowing for performance benefits and granular
|
||||
design control of the typeface's weight, width, and slant.
|
||||
'';
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -121,7 +121,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
This pre-compiled binary distribution package provides the MongoDB daemon (mongod) and the MongoDB Shard utility
|
||||
(mongos).
|
||||
'';
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.attrNames finalAttrs.passthru.sources;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
|
||||
@@ -47,7 +47,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
# equivalent to the LaTeX Project Public License (LPPL), version 1.3c or
|
||||
# later." - GUST website
|
||||
license = lib.licenses.lppl13c;
|
||||
maintainers = [ lib.maintainers.drupol ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -67,7 +67,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
license = lib.licenses.eupl12;
|
||||
mainProgram = "nh";
|
||||
maintainers = with lib.maintainers; [
|
||||
drupol
|
||||
NotAShelf
|
||||
viperML
|
||||
];
|
||||
|
||||
@@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Digitally sign PDF files from your commandline";
|
||||
homepage = "https://github.com/open-pdf-sign/open-pdf-sign";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
|
||||
mainProgram = "open-pdf-sign";
|
||||
|
||||
@@ -246,7 +246,6 @@ python3Packages.buildPythonApplication rec {
|
||||
'';
|
||||
mainProgram = "open-webui";
|
||||
maintainers = with lib.maintainers; [
|
||||
drupol
|
||||
shivaraj-bh
|
||||
];
|
||||
};
|
||||
|
||||
@@ -115,7 +115,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.gpl2Plus;
|
||||
mainProgram = "openarena";
|
||||
maintainers = with lib.maintainers; [
|
||||
drupol
|
||||
wyvie
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
@@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "SDK for building Orthanc plugins and related applications";
|
||||
homepage = "https://www.orthanc-server.com/";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -93,7 +93,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Plugin that extends Orthanc with support for the DICOMweb protocols";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
drupol
|
||||
dvcorreia
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
@@ -127,7 +127,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://www.orthanc-server.com/";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
mainProgram = "Orthanc";
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -45,6 +45,6 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/buildpacks/pack/";
|
||||
license = lib.licenses.asl20;
|
||||
mainProgram = "pack";
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -23,6 +23,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/antonWetzel/prettypst";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "prettypst";
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -80,6 +80,6 @@ python3'.pkgs.buildPythonApplication {
|
||||
homepage = "https://github.com/natarajan-chidambaram/RABBIT";
|
||||
license = lib.licenses.asl20;
|
||||
mainProgram = "rabbit";
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -113,7 +113,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
description = "Independent verification of binary packages - reproducible builds";
|
||||
homepage = "https://github.com/kpcyrd/rebuilderd";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
mainProgram = "rebuilderd";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -30,7 +30,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
asl20
|
||||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
mainProgram = "repro-env";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -30,6 +30,6 @@ php82.buildComposerProject2 (finalAttrs: {
|
||||
homepage = "https://github.com/consolidation/robo";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "robo";
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -24,7 +24,7 @@ buildNpmPackage (finalAttrs: {
|
||||
homepage = "https://github.com/broofa/runmd";
|
||||
changelog = "https://github.com/broofa/runmd/blob/${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
mainProgram = "runmd";
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
||||
@@ -48,6 +48,6 @@ python3Packages.buildPythonApplication rec {
|
||||
homepage = "https://github.com/anthonyharrison/sbom4python";
|
||||
license = lib.licenses.asl20;
|
||||
mainProgram = "sbom4python";
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -71,7 +71,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
license = lib.licenses.asl20;
|
||||
mainProgram = "typst";
|
||||
maintainers = with lib.maintainers; [
|
||||
drupol
|
||||
figsoda
|
||||
kanashimia
|
||||
RossSmyth
|
||||
|
||||
@@ -41,6 +41,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
homepage = "https://github.com/Bzero/typstwriter";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "typstwriter";
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -41,7 +41,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
license = lib.licenses.asl20;
|
||||
mainProgram = "typstyle";
|
||||
maintainers = with lib.maintainers; [
|
||||
drupol
|
||||
prince213
|
||||
];
|
||||
};
|
||||
|
||||
@@ -115,9 +115,7 @@ stdenv.mkDerivation {
|
||||
realism". This results in a very unique, enjoyable and addictive game.
|
||||
'';
|
||||
mainProgram = "urbanterror";
|
||||
maintainers = with lib.maintainers; [
|
||||
drupol
|
||||
];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/uutils/diffutils";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "diffutils";
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -45,7 +45,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
mainProgram = "find";
|
||||
maintainers = with lib.maintainers; [
|
||||
defelo
|
||||
drupol
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
||||
@@ -40,6 +40,6 @@ buildPythonPackage rec {
|
||||
description = "Python package which contains runtime validation for attrs data classes based on the types existing in the typing module";
|
||||
homepage = "https://github.com/bloomberg/attrs-strict";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,6 +36,6 @@ buildPythonPackage rec {
|
||||
description = "Azure AI Document Intelligence client library for Python";
|
||||
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/documentintelligence/azure-ai-documentintelligence/azure/ai/documentintelligence";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,6 +35,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/facelessuser/backrefs";
|
||||
changelog = "https://github.com/facelessuser/backrefs/releases/tag/${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -74,6 +74,6 @@ buildPythonPackage rec {
|
||||
description = "Model interpretability and understanding for PyTorch";
|
||||
homepage = "https://github.com/pytorch/captum";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -52,6 +52,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/citation-file-format/cffconvert";
|
||||
license = lib.licenses.asl20;
|
||||
mainProgram = "cffconvert";
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -46,6 +46,6 @@ buildPythonPackage rec {
|
||||
description = "Create Python data objects";
|
||||
homepage = "https://github.com/mwilliamson/python-cobble";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -89,6 +89,6 @@ buildPythonPackage rec {
|
||||
description = "Interact with the Deep Search platform for new knowledge explorations and discoveries";
|
||||
homepage = "https://github.com/DS4SD/deepsearch-toolkit";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -83,6 +83,6 @@ buildPythonPackage rec {
|
||||
description = "Python library to define and validate data types in Docling";
|
||||
homepage = "https://github.com/DS4SD/docling-core";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -91,6 +91,6 @@ buildPythonPackage rec {
|
||||
description = "Docling IBM models";
|
||||
homepage = "https://github.com/DS4SD/docling-ibm-models";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -96,6 +96,6 @@ buildPythonPackage rec {
|
||||
description = "Simple package to extract text with coordinates from programmatic PDFs";
|
||||
homepage = "https://github.com/DS4SD/docling-parse";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -103,6 +103,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/docling-project/docling-serve";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "docling-serve";
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -44,6 +44,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://firecrawl.dev";
|
||||
changelog = "https://github.com/mendableai/firecrawl/releases/tag/${src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user