mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
maintainers: drop dit7ya
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
@@ -505,7 +505,7 @@ pkgs/development/interpreters/elixir/ @NixOS/beam
|
||||
pkgs/development/interpreters/lfe/ @NixOS/beam
|
||||
|
||||
# Authelia
|
||||
pkgs/by-name/au/authelia/ @06kellyjac @dit7ya @nicomem
|
||||
pkgs/by-name/au/authelia/ @06kellyjac @nicomem
|
||||
|
||||
# OctoDNS
|
||||
pkgs/by-name/oc/octodns/ @anthonyroussel
|
||||
|
||||
@@ -6982,12 +6982,6 @@
|
||||
githubId = 40633781;
|
||||
name = "Sergei S.";
|
||||
};
|
||||
dit7ya = {
|
||||
email = "7rat13@gmail.com";
|
||||
github = "dit7ya";
|
||||
githubId = 14034137;
|
||||
name = "Mostly Void";
|
||||
};
|
||||
ditsuke = {
|
||||
name = "Tushar";
|
||||
email = "hello@ditsuke.com";
|
||||
|
||||
@@ -490,7 +490,6 @@ in
|
||||
|
||||
meta.maintainers = with lib.maintainers; [
|
||||
jk
|
||||
dit7ya
|
||||
nicomem
|
||||
connor-grady
|
||||
];
|
||||
|
||||
@@ -116,7 +116,6 @@ buildGoModule (finalAttrs: {
|
||||
changelog = "https://github.com/Vanilla-OS/apx/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
chewblacka
|
||||
masrlinu
|
||||
];
|
||||
|
||||
@@ -118,7 +118,6 @@ buildGoModule (finalAttrs: {
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
jk
|
||||
dit7ya
|
||||
nicomem
|
||||
];
|
||||
mainProgram = "authelia";
|
||||
|
||||
@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/ammgws/autotiling-rs";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "autotiling-rs";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -48,6 +48,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
mit # or
|
||||
unlicense
|
||||
];
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -22,6 +22,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/elliot40404/bonk";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "bonk";
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -36,8 +36,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
description = "Puts bad Linux applications in a box with only their files";
|
||||
homepage = "https://github.com/queer/boxxy";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
maintainers = [
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
broken = stdenv.hostPlatform.isAarch64;
|
||||
|
||||
@@ -36,6 +36,6 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/brevdev/brev-cli";
|
||||
changelog = "https://github.com/brevdev/brev-cli/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -67,6 +67,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://bitwarden.com/help/secrets-manager-cli/";
|
||||
license = lib.licenses.unfree; # BITWARDEN SOFTWARE DEVELOPMENT KIT LICENSE AGREEMENT
|
||||
mainProgram = "bws";
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,6 +37,6 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
|
||||
homepage = "https://github.com/anufrievroman/calcure";
|
||||
changelog = "https://github.com/anufrievroman/calcure/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -86,7 +86,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
getchoo
|
||||
happysalada
|
||||
];
|
||||
|
||||
@@ -70,7 +70,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/CycloneDX/cdxgen";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
quincepie
|
||||
];
|
||||
};
|
||||
|
||||
@@ -22,7 +22,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/bjesus/clapboard";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
bjesus
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
@@ -63,7 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Cut, copy, and paste anything, anywhere, all from the terminal";
|
||||
homepage = "https://github.com/Slackadays/clipboard";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
mainProgram = "cb";
|
||||
};
|
||||
|
||||
@@ -34,7 +34,7 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/sentriz/cliphist";
|
||||
license = lib.licenses.gpl3Only;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "cliphist";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -31,7 +31,6 @@ appimageTools.wrapType2 {
|
||||
license = lib.licenses.unfree;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
kashw2
|
||||
];
|
||||
mainProgram = "codux";
|
||||
|
||||
@@ -32,7 +32,7 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/container2wasm/container2wasm";
|
||||
changelog = "https://github.com/container2wasm/container2wasm/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "c2w";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -71,7 +71,6 @@ buildGoModule (finalAttrs: {
|
||||
changelog = "https://github.com/terrastruct/d2/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
kashw2
|
||||
];
|
||||
};
|
||||
|
||||
@@ -26,6 +26,6 @@ buildGoModule (finalAttrs: {
|
||||
description = "Database client every command line junkie deserves";
|
||||
homepage = "https://github.com/danvergara/dblab";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
description = "Camera RAW to DNG file format converter";
|
||||
homepage = "https://github.com/dnglab/dnglab";
|
||||
license = lib.licenses.lgpl21Only;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "dnglab";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -54,6 +54,6 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://git.sr.ht/~geb/dotool";
|
||||
changelog = "https://git.sr.ht/~geb/dotool/tree/${finalAttrs.version}/item/CHANGELOG.md";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -33,7 +33,7 @@ buildGoModule (finalAttrs: {
|
||||
description = "Simple, standalone, and lightweight tool that can do health/status checking, written in Go";
|
||||
homepage = "https://github.com/megaease/easeprobe";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "easeprobe";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -48,7 +48,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/intgr/ego";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
mio
|
||||
];
|
||||
mainProgram = "ego";
|
||||
|
||||
@@ -44,7 +44,6 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://www.ferretdb.com/";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
noisersup
|
||||
julienmalka
|
||||
];
|
||||
|
||||
@@ -39,6 +39,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
description = "Modern, performance focused unix commands";
|
||||
homepage = "https://github.com/SUPERCILEX/fuc";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -65,7 +65,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/jovanlanik/gtklock";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
aleksana
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
description = "Simplified Find command made with Rust";
|
||||
homepage = "https://github.com/LyonSyonII/hunt-rs";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "hunt";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -23,6 +23,6 @@ buildNpmPackage rec {
|
||||
homepage = "https://github.com/typicode/husky";
|
||||
changelog = "https://github.com/typicode/husky/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -67,6 +67,6 @@ buildGoModule (finalAttrs: {
|
||||
description = "Immutable database based on zero trust, SQL and Key-Value, tamperproof, data change history";
|
||||
homepage = "https://github.com/codenotary/immudb";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -26,7 +26,7 @@ buildGoModule (finalAttrs: {
|
||||
description = "Command line invoice generator";
|
||||
homepage = "https://github.com/maaslalani/invoice";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "invoice";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -72,7 +72,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/mahkoh/jay";
|
||||
license = lib.licenses.gpl3;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "jay";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
description = "Rapid note management for the terminal";
|
||||
homepage = "https://github.com/shashwatah/jot";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "jt";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -24,6 +24,6 @@ buildGoModule (finalAttrs: {
|
||||
mainProgram = "jqp";
|
||||
homepage = "https://github.com/noahgorstein/jqp";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -35,6 +35,6 @@ buildGoModule (finalAttrs: {
|
||||
description = "Distributed POSIX file system built on top of Redis and S3";
|
||||
homepage = "https://www.juicefs.com/";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -29,7 +29,7 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/projectdiscovery/katana";
|
||||
changelog = "https://github.com/projectdiscovery/katana/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "katana";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -47,8 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/houmain/keymapper";
|
||||
license = lib.licenses.gpl3Only;
|
||||
mainProgram = "keymapper";
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
maintainers = [
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -101,7 +101,6 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/unikraft/kraftkit";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
cloudripper
|
||||
];
|
||||
mainProgram = "kraft";
|
||||
|
||||
@@ -39,7 +39,7 @@ buildGoModule (finalAttrs: {
|
||||
description = "FUSE-based file system for replicating SQLite databases across a cluster of machines";
|
||||
homepage = "https://github.com/superfly/litefs";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "litefs";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -212,7 +212,6 @@ effectiveStdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "llama";
|
||||
maintainers = with lib.maintainers; [
|
||||
booxter
|
||||
dit7ya
|
||||
philiptaron
|
||||
xddxdd
|
||||
yuannan
|
||||
|
||||
@@ -78,8 +78,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/szabodanika/microbin";
|
||||
changelog = "https://github.com/szabodanika/microbin/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
maintainers = [
|
||||
];
|
||||
mainProgram = "microbin";
|
||||
};
|
||||
|
||||
@@ -39,7 +39,7 @@ appimageTools.wrapType2 {
|
||||
homepage = "https://mockoon.com";
|
||||
changelog = "https://github.com/mockoon/mockoon/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "mockoon";
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
|
||||
@@ -75,7 +75,6 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/charmbracelet/mods";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
caarlos0
|
||||
];
|
||||
mainProgram = "mods";
|
||||
|
||||
@@ -33,7 +33,7 @@ appimageTools.wrapType2 {
|
||||
license = lib.licenses.mit;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "motrix";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,7 +36,6 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/mjl-/mox";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
kotatsuyaki
|
||||
];
|
||||
teams = with lib.teams; [ ngi ];
|
||||
|
||||
@@ -25,7 +25,6 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://murex.rocks";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
kashw2
|
||||
];
|
||||
};
|
||||
|
||||
@@ -32,6 +32,6 @@ buildNpmPackage rec {
|
||||
Markwhen is an interactive text-to-timeline tool. Write markdown-ish text and it gets converted into a nice looking cascading timeline.
|
||||
'';
|
||||
mainProgram = "mw";
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
agpl3Only
|
||||
mpl20
|
||||
]; # the gateway component is AGPLv3, the rest is MPLv2
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "narrowlink";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -36,7 +36,7 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/nwg-piotr/nwg-dock";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "nwg-dock";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -101,8 +101,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
changelog = "https://github.com/woelper/oculante/blob/${finalAttrs.version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "oculante";
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
maintainers = [
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -318,7 +318,6 @@ goBuild (finalAttrs: {
|
||||
if (rocmRequested || cudaRequested || vulkanRequested) then platforms.linux else platforms.unix;
|
||||
mainProgram = "ollama";
|
||||
maintainers = with maintainers; [
|
||||
dit7ya
|
||||
prusnak
|
||||
];
|
||||
};
|
||||
|
||||
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
description = "Cross-platform, user-space WireGuard port-forwarder that requires no root-access or system network configurations";
|
||||
homepage = "https://github.com/aramperes/onetun";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "onetun";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -33,7 +33,7 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/nanovms/ops";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "ops";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -54,7 +54,6 @@ buildNpmPackage rec {
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
diogotcorreia
|
||||
dit7ya
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -82,6 +82,6 @@ buildGoModule {
|
||||
homepage = "https://github.com/SmilyOrg/photofield";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "photofield";
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -41,7 +41,6 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/pocketbase/pocketbase";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
thilobillerbeck
|
||||
];
|
||||
mainProgram = "pocketbase";
|
||||
|
||||
@@ -26,7 +26,7 @@ buildGoModule (finalAttrs: {
|
||||
description = "Pipelined Query Language";
|
||||
homepage = "https://github.com/runreveal/pql";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "pql";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -47,6 +47,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/prql/prql";
|
||||
changelog = "https://github.com/prql/prql/blob/${finalAttrs.src.rev}/CHANGELOG.md";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -69,7 +69,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/qdrant/qdrant";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
miniharinn
|
||||
];
|
||||
};
|
||||
|
||||
@@ -71,7 +71,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
license = lib.licenses.asl20;
|
||||
mainProgram = "rathole";
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
xokdvium
|
||||
];
|
||||
};
|
||||
|
||||
@@ -40,6 +40,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
mainProgram = "replibyte";
|
||||
homepage = "https://github.com/Qovery/replibyte";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -28,7 +28,7 @@ appimageTools.wrapType2 {
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
homepage = "https://requestly.io";
|
||||
license = lib.licenses.agpl3Only;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "requestly";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/theimpossibleastronaut/rmw";
|
||||
changelog = "https://github.com/theimpossibleastronaut/rmw/blob/${finalAttrs.src.rev}/ChangeLog";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "rmw";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -63,7 +63,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
equirosa
|
||||
dit7ya
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "rofi-rbw";
|
||||
|
||||
@@ -39,6 +39,6 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/rqlite/rqlite";
|
||||
changelog = "https://github.com/rqlite/rqlite/blob/${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -66,7 +66,7 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Personalized AI powered by what you've seen, said, or heard";
|
||||
homepage = "https://github.com/louis030195/screen-pipe";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "screen-pipe";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
asl20 # or
|
||||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "sfz";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -135,7 +135,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
mainProgram = "spotify_player";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
xyven1
|
||||
_71zenith
|
||||
caperren
|
||||
|
||||
@@ -76,7 +76,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
description = "LibSQL with extended capabilities like HTTP protocol, replication, and more";
|
||||
homepage = "https://github.com/tursodatabase/libsql";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "sqld";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -95,7 +95,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/lovasoa/SQLpage";
|
||||
changelog = "https://github.com/lovasoa/SQLpage/blob/${finalAttrs.src.rev}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "sqlpage";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -121,7 +121,6 @@ effectiveStdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "sd";
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
adriangl
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -25,7 +25,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/swc-project/swc";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
kashw2
|
||||
];
|
||||
};
|
||||
|
||||
@@ -36,7 +36,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/bensadeh/tailspin";
|
||||
changelog = "https://github.com/bensadeh/tailspin/blob/${finalAttrs.version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "tspin";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -74,6 +74,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://www.tarantool.io/";
|
||||
license = lib.licenses.bsd2;
|
||||
mainProgram = "tarantool";
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -41,7 +41,6 @@ buildGoModule (finalAttrs: {
|
||||
changelog = "https://github.com/terramate-io/terramate/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
asininemonkey
|
||||
];
|
||||
};
|
||||
|
||||
@@ -24,6 +24,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
mainProgram = "toast";
|
||||
homepage = "https://github.com/stepchowfun/toast";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -29,7 +29,7 @@ buildGoModule (finalAttrs: {
|
||||
description = "Securely transfer and send anything between computers with TUI";
|
||||
homepage = "https://github.com/abdfnx/tran";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "tran";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -30,7 +30,6 @@ buildNimPackage {
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [
|
||||
timokau
|
||||
dit7ya
|
||||
kiike
|
||||
];
|
||||
};
|
||||
|
||||
@@ -21,6 +21,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
mainProgram = "tuc";
|
||||
homepage = "https://github.com/riquito/tuc";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -26,7 +26,7 @@ buildGoModule (finalAttrs: {
|
||||
description = "Secure private tunnel to your local servers";
|
||||
homepage = "https://github.com/ntnj/tunwg";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "tunwg";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -54,7 +54,7 @@ buildGoModule (finalAttrs: {
|
||||
description = "Command line tool for simple creation and cloning of virtual machines based on libvirt";
|
||||
homepage = "https://github.com/LINBIT/virter";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "virter";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -27,6 +27,6 @@ buildGoModule (finalAttrs: {
|
||||
changelog = "https://github.com/VirusTotal/vt-cli/releases/tag/${finalAttrs.version}";
|
||||
license = lib.licenses.asl20;
|
||||
mainProgram = "vt";
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -67,7 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://wasmedge.org/";
|
||||
license = with lib.licenses; [ asl20 ];
|
||||
description = "Lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications";
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -29,6 +29,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
mit
|
||||
];
|
||||
mainProgram = "wasmi_cli";
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
description = "Tool to print wayland toplevels and other compositor info";
|
||||
homepage = "https://git.sr.ht/~shinyzenith/waylevel";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "waylevel";
|
||||
};
|
||||
|
||||
@@ -45,7 +45,7 @@ stdenv.mkDerivation {
|
||||
description = "Graphical logout/suspend/reboot/shutdown dialog for wayland";
|
||||
homepage = "https://github.com/loserMcloser/waylogout";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "waylogout";
|
||||
};
|
||||
|
||||
@@ -37,7 +37,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/waycrate/wayshot";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
id3v1669
|
||||
Subserial
|
||||
];
|
||||
|
||||
@@ -33,6 +33,6 @@ buildGoModule (finalAttrs: {
|
||||
description = "ML-first vector search engine";
|
||||
homepage = "https://github.com/weaviate/weaviate";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -202,7 +202,6 @@ effectiveStdenv.mkDerivation (finalAttrs: {
|
||||
platforms = lib.platforms.all;
|
||||
badPlatforms = optionals cudaSupport lib.platforms.darwin;
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
hughobrien
|
||||
aviallon
|
||||
];
|
||||
|
||||
@@ -252,7 +252,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://windmill.dev";
|
||||
license = lib.licenses.agpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
happysalada
|
||||
];
|
||||
mainProgram = "windmill";
|
||||
|
||||
@@ -92,7 +92,7 @@ rustPlatform.buildRustPackage {
|
||||
description = "Customizable, modern file manager";
|
||||
homepage = "https://xplorer.space";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "xplorer";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -46,7 +46,6 @@ buildGoModule (finalAttrs: {
|
||||
changelog = "https://github.com/brimdata/zed/blob/v${finalAttrs.version}/CHANGELOG.md";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
knl
|
||||
];
|
||||
};
|
||||
|
||||
@@ -63,7 +63,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
mmlb
|
||||
];
|
||||
mainProgram = "zf";
|
||||
|
||||
@@ -55,6 +55,6 @@ buildGoModule rec {
|
||||
mainProgram = "zincsearch";
|
||||
homepage = "https://zincsearch-docs.zinc.dev/";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,8 +35,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/zineland/zine";
|
||||
changelog = "https://github.com/zineland/zine/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
maintainers = [
|
||||
];
|
||||
mainProgram = "zine";
|
||||
};
|
||||
|
||||
@@ -79,6 +79,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/JaidedAI/EasyOCR";
|
||||
changelog = "https://github.com/JaidedAI/EasyOCR/releases/tag/v${version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -181,6 +181,6 @@ buildPythonPackage (finalAttrs: {
|
||||
homepage = "https://github.com/huggingface/sentence-transformers";
|
||||
changelog = "https://github.com/huggingface/sentence-transformers/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ dit7ya ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user