lol

maintainers: drop `drupol` (#435310)

authored by

Gaétan Lepage and committed by
GitHub
13b9a482 da916fc7

+156 -183
+6 -7
ci/OWNERS
··· 370 370 /pkgs/applications/editors/vscode/extensions 371 371 372 372 # PHP interpreter, packages, extensions, tests and documentation 373 - /doc/languages-frameworks/php.section.md @aanderse @drupol @globin @ma27 @talyz 374 - /nixos/tests/php @aanderse @drupol @globin @ma27 @talyz 375 - /pkgs/build-support/php/build-pecl.nix @aanderse @drupol @globin @ma27 @talyz 376 - /pkgs/build-support/php @drupol 377 - /pkgs/development/interpreters/php @jtojnar @aanderse @drupol @globin @ma27 @talyz 378 - /pkgs/development/php-packages @aanderse @drupol @globin @ma27 @talyz 379 - /pkgs/top-level/php-packages.nix @jtojnar @aanderse @drupol @globin @ma27 @talyz 373 + /doc/languages-frameworks/php.section.md @aanderse @globin @ma27 @talyz 374 + /nixos/tests/php @aanderse @globin @ma27 @talyz 375 + /pkgs/build-support/php/build-pecl.nix @aanderse @globin @ma27 @talyz 376 + /pkgs/development/interpreters/php @jtojnar @aanderse @globin @ma27 @talyz 377 + /pkgs/development/php-packages @aanderse @globin @ma27 @talyz 378 + /pkgs/top-level/php-packages.nix @jtojnar @aanderse @globin @ma27 @talyz 380 379 381 380 # Docker tools 382 381 /pkgs/build-support/docker @roberth
-1
maintainers/team-list.nix
··· 1023 1023 php = { 1024 1024 members = [ 1025 1025 aanderse 1026 - drupol 1027 1026 ma27 1028 1027 piotrkwiecinski 1029 1028 talyz
-1
nixos/modules/programs/projecteur.nix
··· 22 22 meta = { 23 23 maintainers = with lib.maintainers; [ 24 24 benneti 25 - drupol 26 25 ]; 27 26 }; 28 27 }
+1 -1
nixos/modules/services/databases/chromadb.nix
··· 17 17 in 18 18 { 19 19 20 - meta.maintainers = with lib.maintainers; [ drupol ]; 20 + meta.maintainers = with lib.maintainers; [ ]; 21 21 22 22 options = { 23 23 services.chromadb = {
+1 -1
nixos/modules/services/misc/docling-serve.nix
··· 127 127 networking.firewall = lib.mkIf cfg.openFirewall { allowedTCPPorts = [ cfg.port ]; }; 128 128 }; 129 129 130 - meta.maintainers = with lib.maintainers; [ drupol ]; 130 + meta.maintainers = with lib.maintainers; [ ]; 131 131 }
+1 -1
nixos/modules/services/misc/litellm.nix
··· 178 178 networking.firewall = lib.mkIf cfg.openFirewall { allowedTCPPorts = [ cfg.port ]; }; 179 179 }; 180 180 181 - meta.maintainers = with lib.maintainers; [ drupol ]; 181 + meta.maintainers = with lib.maintainers; [ ]; 182 182 }
+1 -1
nixos/modules/services/misc/orthanc.nix
··· 130 130 time.timeZone = lib.mkDefault "UTC"; 131 131 }; 132 132 133 - meta.maintainers = with lib.maintainers; [ drupol ]; 133 + meta.maintainers = with lib.maintainers; [ ]; 134 134 }
+1 -1
nixos/modules/services/search/tika.nix
··· 18 18 ; 19 19 in 20 20 { 21 - meta.maintainers = [ lib.maintainers.drupol ]; 21 + meta.maintainers = [ ]; 22 22 23 23 options = { 24 24 services.tika = {
-1
nixos/modules/services/web-apps/fider.nix
··· 117 117 118 118 meta = { 119 119 maintainers = with lib.maintainers; [ 120 - drupol 121 120 niklaskorz 122 121 ]; 123 122 # doc = ./fider.md;
+1 -1
nixos/modules/services/web-apps/glance.nix
··· 237 237 }; 238 238 239 239 meta.doc = ./glance.md; 240 - meta.maintainers = [ lib.maintainers.drupol ]; 240 + meta.maintainers = [ ]; 241 241 }
+1 -1
nixos/modules/services/web-apps/honk.nix
··· 152 152 }; 153 153 154 154 meta = { 155 - maintainers = with lib.maintainers; [ drupol ]; 155 + maintainers = with lib.maintainers; [ ]; 156 156 doc = ./honk.md; 157 157 }; 158 158 }
+1 -1
nixos/modules/services/web-apps/openvscode-server.nix
··· 232 232 users.groups."${defaultGroup}" = lib.mkIf (cfg.group == defaultGroup) { }; 233 233 }; 234 234 235 - meta.maintainers = [ lib.maintainers.drupol ]; 235 + meta.maintainers = [ ]; 236 236 }
+1 -1
nixos/tests/chromadb.nix
··· 6 6 in 7 7 { 8 8 name = "chromadb"; 9 - meta.maintainers = [ lib.maintainers.drupol ]; 9 + meta.maintainers = [ ]; 10 10 11 11 nodes = { 12 12 machine =
+1 -1
nixos/tests/code-server.nix
··· 20 20 machine.succeed("curl -k --fail http://localhost:4444", timeout=10) 21 21 ''; 22 22 23 - meta.maintainers = [ lib.maintainers.drupol ]; 23 + meta.maintainers = [ ]; 24 24 }
+1 -1
nixos/tests/docling-serve.nix
··· 5 5 { 6 6 name = "docling-serve"; 7 7 meta = with lib.maintainers; { 8 - maintainers = [ drupol ]; 8 + maintainers = [ ]; 9 9 }; 10 10 11 11 nodes = {
-1
nixos/tests/drupal.nix
··· 51 51 { 52 52 name = "drupal"; 53 53 meta.maintainers = [ 54 - lib.maintainers.drupol 55 54 lib.maintainers.OulipianSummer 56 55 ]; 57 56
-1
nixos/tests/fider.nix
··· 27 27 ''; 28 28 29 29 meta.maintainers = with lib.maintainers; [ 30 - drupol 31 30 niklaskorz 32 31 ]; 33 32 }
+1 -1
nixos/tests/glance.nix
··· 80 80 assert location == "Nivelles, Belgium" 81 81 ''; 82 82 83 - meta.maintainers = [ lib.maintainers.drupol ]; 83 + meta.maintainers = [ ]; 84 84 }
+1 -1
nixos/tests/guacamole-server.nix
··· 19 19 machine.wait_for_open_port(4822) 20 20 ''; 21 21 22 - meta.maintainers = [ lib.maintainers.drupol ]; 22 + meta.maintainers = [ ]; 23 23 }
+1 -1
nixos/tests/honk.nix
··· 30 30 machine.wait_for_open_port(8080) 31 31 ''; 32 32 33 - meta.maintainers = [ lib.maintainers.drupol ]; 33 + meta.maintainers = [ ]; 34 34 }
+1 -1
nixos/tests/litellm.nix
··· 22 22 ''; 23 23 24 24 meta = with lib.maintainers; { 25 - maintainers = [ drupol ]; 25 + maintainers = [ ]; 26 26 }; 27 27 }
+1 -1
nixos/tests/openvscode-server.nix
··· 20 20 machine.succeed("curl -k --fail http://localhost:3000", timeout=10) 21 21 ''; 22 22 23 - meta.maintainers = [ lib.maintainers.drupol ]; 23 + meta.maintainers = [ ]; 24 24 }
+1 -1
nixos/tests/orthanc.nix
··· 23 23 machine.wait_for_open_port(4242) 24 24 ''; 25 25 26 - meta.maintainers = [ lib.maintainers.drupol ]; 26 + meta.maintainers = [ ]; 27 27 }
+1 -1
nixos/tests/rebuilderd.nix
··· 34 34 machine_custom_config.wait_for_open_port(1234) 35 35 ''; 36 36 37 - meta.maintainers = [ lib.maintainers.drupol ]; 37 + meta.maintainers = [ ]; 38 38 }
+1 -1
nixos/tests/tika.nix
··· 19 19 machine.wait_for_open_port(9998) 20 20 ''; 21 21 22 - meta.maintainers = [ lib.maintainers.drupol ]; 22 + meta.maintainers = [ ]; 23 23 }
+1 -1
pkgs/applications/editors/vscode/extensions/amazonwebservices.amazon-q-vscode/default.nix
··· 17 17 downloadPage = "https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.amazon-q-vscode"; 18 18 homepage = "https://github.com/aws/aws-toolkit-vscode"; 19 19 license = lib.licenses.asl20; 20 - maintainers = with lib.maintainers; [ drupol ]; 20 + maintainers = with lib.maintainers; [ ]; 21 21 }; 22 22 })
+1 -1
pkgs/applications/editors/vscode/extensions/anweber.vscode-httpyac/default.nix
··· 23 23 downloadPage = "https://marketplace.visualstudio.com/items?itemName=anweber.vscode-httpyac"; 24 24 homepage = "https://github.com/AnWeber/vscode-httpyac/"; 25 25 license = lib.licenses.mit; 26 - maintainers = with lib.maintainers; [ drupol ]; 26 + maintainers = with lib.maintainers; [ ]; 27 27 }; 28 28 }
+7 -7
pkgs/applications/editors/vscode/extensions/default.nix
··· 749 749 description = "PHP code intelligence for Visual Studio Code"; 750 750 license = lib.licenses.unfree; 751 751 downloadPage = "https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client"; 752 - maintainers = [ lib.maintainers.drupol ]; 752 + maintainers = [ ]; 753 753 }; 754 754 }; 755 755 ··· 978 978 downloadPage = "https://marketplace.visualstudio.com/items?itemName=chris-hayes.chatgpt-reborn"; 979 979 homepage = "https://github.com/christopher-hayes/vscode-chatgpt-reborn"; 980 980 license = lib.licenses.isc; 981 - maintainers = [ lib.maintainers.drupol ]; 981 + maintainers = [ ]; 982 982 }; 983 983 mktplcRef = { 984 984 name = "chatgpt-reborn"; ··· 1028 1028 downloadPage = "https://marketplace.visualstudio.com/items?itemName=coder.coder-remote"; 1029 1029 homepage = "https://github.com/coder/vscode-coder"; 1030 1030 license = lib.licenses.mit; 1031 - maintainers = [ lib.maintainers.drupol ]; 1031 + maintainers = [ ]; 1032 1032 }; 1033 1033 }; 1034 1034 ··· 1966 1966 downloadPage = "https://marketplace.visualstudio.com/items?itemName=genieai.chatgpt-vscode"; 1967 1967 homepage = "https://github.com/ai-genie/chatgpt-vscode"; 1968 1968 license = lib.licenses.isc; 1969 - maintainers = [ lib.maintainers.drupol ]; 1969 + maintainers = [ ]; 1970 1970 }; 1971 1971 mktplcRef = { 1972 1972 name = "chatgpt-vscode"; ··· 2025 2025 downloadPage = "https://marketplace.visualstudio.com/items?itemName=github.vscode-github-actions"; 2026 2026 homepage = "https://github.com/github/vscode-github-actions"; 2027 2027 license = lib.licenses.mit; 2028 - maintainers = [ lib.maintainers.drupol ]; 2028 + maintainers = [ ]; 2029 2029 }; 2030 2030 }; 2031 2031 ··· 2149 2149 downloadPage = "https://marketplace.visualstudio.com/items?itemName=griimick.vhs"; 2150 2150 homepage = "https://github.com/griimick/vscode-vhs"; 2151 2151 license = lib.licenses.mit; 2152 - maintainers = [ lib.maintainers.drupol ]; 2152 + maintainers = [ ]; 2153 2153 }; 2154 2154 }; 2155 2155 ··· 4635 4635 downloadPage = "https://marketplace.visualstudio.com/items?itemName=Tailscale.vscode-tailscale"; 4636 4636 homepage = "https://github.com/tailscale-dev/vscode-tailscale"; 4637 4637 license = lib.licenses.mit; 4638 - maintainers = [ lib.maintainers.drupol ]; 4638 + maintainers = [ ]; 4639 4639 }; 4640 4640 }; 4641 4641
+1 -1
pkgs/applications/editors/vscode/extensions/mongodb.mongodb-vscode/default.nix
··· 14 14 downloadPage = "https://marketplace.visualstudio.com/items?itemName=mongodb.mongodb-vscode"; 15 15 homepage = "https://github.com/mongodb-js/vscode"; 16 16 license = lib.licenses.asl20; 17 - maintainers = with lib.maintainers; [ drupol ]; 17 + maintainers = with lib.maintainers; [ ]; 18 18 }; 19 19 }
+1 -1
pkgs/applications/editors/vscode/extensions/ms-python.mypy-type-checker/default.nix
··· 17 17 downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-python.mypy-type-checker"; 18 18 homepage = "https://github.com/microsoft/vscode-mypy"; 19 19 license = lib.licenses.mit; 20 - maintainers = with lib.maintainers; [ drupol ]; 20 + maintainers = with lib.maintainers; [ ]; 21 21 }; 22 22 }
+1 -1
pkgs/applications/editors/vscode/extensions/ms-vscode-remote.vscode-remote-extensionpack/default.nix
··· 15 15 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"; 16 16 homepage = "https://github.com/Microsoft/vscode-remote-release"; 17 17 license = lib.licenses.unfree; 18 - maintainers = with lib.maintainers; [ drupol ]; 18 + maintainers = with lib.maintainers; [ ]; 19 19 }; 20 20 }
+1 -1
pkgs/applications/editors/vscode/extensions/ms-windows-ai-studio.windows-ai-studio/default.nix
··· 15 15 description = "Visual Studio Code extension to help developers and AI engineers build AI apps"; 16 16 homepage = "https://github.com/Microsoft/windows-ai-studio"; 17 17 license = lib.licenses.unfree; 18 - maintainers = with lib.maintainers; [ drupol ]; 18 + maintainers = with lib.maintainers; [ ]; 19 19 }; 20 20 }
+1 -1
pkgs/applications/editors/vscode/extensions/myriad-dreamin.tinymist/default.nix
··· 32 32 downloadPage = "https://marketplace.visualstudio.com/items?itemName=myriad-dreamin.tinymist"; 33 33 homepage = "https://github.com/myriad-dreamin/tinymist"; 34 34 license = lib.licenses.asl20; 35 - maintainers = [ lib.maintainers.drupol ]; 35 + maintainers = [ ]; 36 36 }; 37 37 }
+1 -1
pkgs/applications/editors/vscode/extensions/pylyzer.pylyzer/default.nix
··· 13 13 downloadPage = "https://marketplace.visualstudio.com/items?itemName=pylyzer.pylyzer"; 14 14 homepage = "https://github.com/mtshiba/pylyzer/"; 15 15 license = lib.licenses.mit; 16 - maintainers = with lib.maintainers; [ drupol ]; 16 + maintainers = with lib.maintainers; [ ]; 17 17 }; 18 18 }
+1 -1
pkgs/applications/editors/vscode/extensions/robocorp.robotframework-lsp/default.nix
··· 16 16 downloadPage = "https://marketplace.visualstudio.com/items?itemName=myriad-dreamin.tinymist"; 17 17 homepage = "https://github.com/myriad-dreamin/tinymist"; 18 18 license = lib.licenses.asl20; 19 - maintainers = [ lib.maintainers.drupol ]; 19 + maintainers = [ ]; 20 20 }; 21 21 }
+1 -1
pkgs/applications/editors/vscode/extensions/saoudrizwan.claude-dev/default.nix
··· 16 16 downloadPage = "https://github.com/cline/cline"; 17 17 homepage = "https://github.com/cline/cline"; 18 18 license = lib.licenses.asl20; 19 - maintainers = [ lib.maintainers.drupol ]; 19 + maintainers = [ ]; 20 20 }; 21 21 }
+1 -1
pkgs/applications/editors/vscode/extensions/tekumara.typos-vscode/default.nix
··· 68 68 "x86_64-linux" 69 69 "x86_64-darwin" 70 70 ]; 71 - maintainers = [ lib.maintainers.drupol ]; 71 + maintainers = [ ]; 72 72 }; 73 73 }
+1 -1
pkgs/applications/editors/vscode/extensions/visualjj.visualjj/default.nix
··· 48 48 "x86_64-linux" 49 49 "x86_64-darwin" 50 50 ]; 51 - maintainers = [ lib.maintainers.drupol ]; 51 + maintainers = [ ]; 52 52 }; 53 53 }
+1 -1
pkgs/build-support/php/pkgs/composer-phar.nix
··· 52 52 homepage = "https://getcomposer.org/"; 53 53 license = lib.licenses.mit; 54 54 mainProgram = "composer"; 55 - maintainers = with lib.maintainers; [ drupol ]; 55 + maintainers = with lib.maintainers; [ ]; 56 56 platforms = lib.platforms.all; 57 57 }; 58 58 })
+1 -1
pkgs/by-name/ap/apache-orc/package.nix
··· 73 73 description = "Smallest, fastest columnar storage for Hadoop workloads"; 74 74 homepage = "https://github.com/apache/orc/"; 75 75 license = lib.licenses.asl20; 76 - maintainers = with lib.maintainers; [ drupol ]; 76 + maintainers = with lib.maintainers; [ ]; 77 77 platforms = lib.platforms.all; 78 78 }; 79 79 })
-1
pkgs/by-name/ap/aporetic-bin/package.nix
··· 33 33 platforms = lib.platforms.all; 34 34 maintainers = with lib.maintainers; [ 35 35 DamienCassou 36 - drupol 37 36 ]; 38 37 }; 39 38 })
+1 -1
pkgs/by-name/as/asciinema-automation/package.nix
··· 44 44 homepage = "https://github.com/PierreMarchand20/asciinema_automation"; 45 45 license = lib.licenses.mit; 46 46 mainProgram = "asciinema-automation"; 47 - maintainers = with lib.maintainers; [ drupol ]; 47 + maintainers = with lib.maintainers; [ ]; 48 48 }; 49 49 }
+1 -1
pkgs/by-name/ba/bashly/package.nix
··· 17 17 homepage = "https://github.com/DannyBen/bashly"; 18 18 license = lib.licenses.mit; 19 19 mainProgram = "bashly"; 20 - maintainers = with lib.maintainers; [ drupol ]; 20 + maintainers = with lib.maintainers; [ ]; 21 21 platforms = lib.platforms.unix; 22 22 }; 23 23 }
+1 -1
pkgs/by-name/cm/cmph/package.nix
··· 21 21 mpl11 22 22 ]; 23 23 mainProgram = "cmph"; 24 - maintainers = with lib.maintainers; [ drupol ]; 24 + maintainers = with lib.maintainers; [ ]; 25 25 platforms = lib.platforms.linux ++ lib.platforms.darwin; 26 26 }; 27 27 })
+1 -1
pkgs/by-name/co/composer-require-checker/package.nix
··· 27 27 homepage = "https://github.com/maglnet/ComposerRequireChecker/"; 28 28 changelog = "https://github.com/maglnet/ComposerRequireChecker/releases/tag/${finalAttrs.version}"; 29 29 license = with lib.licenses; [ mit ]; 30 - maintainers = with lib.maintainers; [ drupol ]; 30 + maintainers = with lib.maintainers; [ ]; 31 31 mainProgram = "composer-require-checker"; 32 32 }; 33 33 })
+1 -1
pkgs/by-name/de/departure-mono/package.nix
··· 32 32 homepage = "https://departuremono.com/"; 33 33 license = lib.licenses.ofl; 34 34 platforms = lib.platforms.all; 35 - maintainers = with lib.maintainers; [ drupol ]; 35 + maintainers = with lib.maintainers; [ ]; 36 36 }; 37 37 })
-1
pkgs/by-name/de/deskreen/package.nix
··· 41 41 mainProgram = "deskreen"; 42 42 maintainers = with lib.maintainers; [ 43 43 leo248 44 - drupol 45 44 ]; 46 45 platforms = lib.platforms.linux; 47 46 };
-1
pkgs/by-name/dr/drupal/package.nix
··· 39 39 license = lib.licenses.mit; 40 40 homepage = "https://drupal.org/"; 41 41 maintainers = with lib.maintainers; [ 42 - drupol 43 42 OulipianSummer 44 43 ]; 45 44 platforms = php.meta.platforms;
+1 -1
pkgs/by-name/du/dura/package.nix
··· 47 47 ''; 48 48 homepage = "https://github.com/tkellogg/dura"; 49 49 license = licenses.asl20; 50 - maintainers = with maintainers; [ drupol ]; 50 + maintainers = with maintainers; [ ]; 51 51 }; 52 52 }
+1 -1
pkgs/by-name/et/etlegacy-assets/package.nix
··· 51 51 for the popular online FPS game Wolfenstein: Enemy Territory - whose 52 52 gameplay is still considered unmatched by many, despite its great age. 53 53 ''; 54 - maintainers = with lib.maintainers; [ drupol ]; 54 + maintainers = with lib.maintainers; [ ]; 55 55 platforms = lib.platforms.linux; 56 56 }; 57 57 }
-1
pkgs/by-name/et/etlegacy-unwrapped/package.nix
··· 117 117 ''; 118 118 maintainers = with lib.maintainers; [ 119 119 ashleyghooper 120 - drupol 121 120 ]; 122 121 }; 123 122 }
-1
pkgs/by-name/et/etlegacy/package.nix
··· 42 42 mainProgram = "etl"; 43 43 maintainers = with lib.maintainers; [ 44 44 ashleyghooper 45 - drupol 46 45 ]; 47 46 platforms = lib.platforms.linux; 48 47 };
+1 -1
pkgs/by-name/ex/excalifont/package.nix
··· 43 43 homepage = "https://plus.excalidraw.com/excalifont"; 44 44 description = "Font based on the original handwritten Virgil font carefully curated to improve legibility while preserving its hand-drawn nature"; 45 45 platforms = lib.platforms.all; 46 - maintainers = with lib.maintainers; [ drupol ]; 46 + maintainers = with lib.maintainers; [ ]; 47 47 license = lib.licenses.ofl; 48 48 }; 49 49 })
+1 -1
pkgs/by-name/fc/fcast-client/package.nix
··· 32 32 receiver devices or integrate the FCast protocol into their own apps. 33 33 ''; 34 34 mainProgram = "fcast"; 35 - maintainers = with lib.maintainers; [ drupol ]; 35 + maintainers = with lib.maintainers; [ ]; 36 36 platforms = lib.platforms.linux; 37 37 }; 38 38 }
+1 -1
pkgs/by-name/fg/fg-virgil/package.nix
··· 43 43 homepage = "https://github.com/excalidraw/virgil"; 44 44 description = "Font that powers Excalidraw"; 45 45 platforms = lib.platforms.all; 46 - maintainers = with lib.maintainers; [ drupol ]; 46 + maintainers = with lib.maintainers; [ ]; 47 47 license = lib.licenses.ofl; 48 48 }; 49 49 })
-1
pkgs/by-name/fi/fider/package.nix
··· 76 76 license = lib.licenses.agpl3Only; 77 77 mainProgram = "fider"; 78 78 maintainers = with lib.maintainers; [ 79 - drupol 80 79 niklaskorz 81 80 ]; 82 81 };
+1 -1
pkgs/by-name/ga/garamond-libre/package.nix
··· 25 25 meta = with lib; { 26 26 homepage = "https://github.com/dbenjaminmiller/garamond-libre"; 27 27 description = "Garamond Libre font family"; 28 - maintainers = with maintainers; [ drupol ]; 28 + maintainers = with maintainers; [ ]; 29 29 license = licenses.x11; 30 30 platforms = platforms.all; 31 31 };
+1 -1
pkgs/by-name/gh/ghmap/package.nix
··· 36 36 description = "Python tool for mapping GitHub events to contributor activities"; 37 37 homepage = "https://github.com/uhourri/ghmap"; 38 38 license = lib.licenses.mit; 39 - maintainers = with lib.maintainers; [ drupol ]; 39 + maintainers = with lib.maintainers; [ ]; 40 40 mainProgram = "ghmap"; 41 41 }; 42 42 }
+1 -1
pkgs/by-name/gi/github-mcp-server/package.nix
··· 38 38 homepage = "https://github.com/github/github-mcp-server"; 39 39 license = lib.licenses.mit; 40 40 mainProgram = "github-mcp-server"; 41 - maintainers = with lib.maintainers; [ drupol ]; 41 + maintainers = with lib.maintainers; [ ]; 42 42 }; 43 43 })
+1 -1
pkgs/by-name/gu/guacamole-client/package.nix
··· 29 29 description = "Clientless remote desktop gateway"; 30 30 homepage = "https://guacamole.apache.org/"; 31 31 license = lib.licenses.asl20; 32 - maintainers = [ lib.maintainers.drupol ]; 32 + maintainers = [ ]; 33 33 platforms = [ 34 34 "x86_64-linux" 35 35 "i686-linux"
+1 -1
pkgs/by-name/gu/guacamole-server/package.nix
··· 93 93 homepage = "https://guacamole.apache.org/"; 94 94 license = lib.licenses.asl20; 95 95 mainProgram = "guacd"; 96 - maintainers = [ lib.maintainers.drupol ]; 96 + maintainers = [ ]; 97 97 platforms = [ 98 98 "x86_64-linux" 99 99 "i686-linux"
+1 -1
pkgs/by-name/he/hedgedoc-cli/package.nix
··· 51 51 homepage = "https://github.com/hedgedoc/cli"; 52 52 license = lib.licenses.agpl3Only; 53 53 mainProgram = "hedgedoc-cli"; 54 - maintainers = with lib.maintainers; [ drupol ]; 54 + maintainers = with lib.maintainers; [ ]; 55 55 }; 56 56 })
+1 -1
pkgs/by-name/ht/httpyac/package.nix
··· 34 34 homepage = "https://github.com/anweber/httpyac"; 35 35 license = lib.licenses.mit; 36 36 mainProgram = "httpyac"; 37 - maintainers = with lib.maintainers; [ drupol ]; 37 + maintainers = with lib.maintainers; [ ]; 38 38 platforms = lib.platforms.all; 39 39 }; 40 40 }
+1 -1
pkgs/by-name/hu/hubot-sans/package.nix
··· 37 37 of a typeface to be incorporated into one single file, and are supported 38 38 by all major browsers. 39 39 ''; 40 - maintainers = with lib.maintainers; [ drupol ]; 40 + maintainers = with lib.maintainers; [ ]; 41 41 platforms = lib.platforms.all; 42 42 }; 43 43 })
-1
pkgs/by-name/io/ioquake3/package.nix
··· 128 128 mainProgram = "ioquake3"; 129 129 maintainers = with lib.maintainers; [ 130 130 abbradar 131 - drupol 132 131 rvolosatovs 133 132 ]; 134 133 platforms = lib.platforms.unix;
+1 -1
pkgs/by-name/is/issue2md/package.nix
··· 26 26 description = "CLI tool to convert GitHub issue into Markdown file"; 27 27 homepage = "https://github.com/bigwhite/issue2md"; 28 28 license = lib.licenses.asl20; 29 - maintainers = with lib.maintainers; [ drupol ]; 29 + maintainers = with lib.maintainers; [ ]; 30 30 mainProgram = "issue2md"; 31 31 }; 32 32 })
+1 -1
pkgs/by-name/le/lexbor/package.nix
··· 25 25 homepage = "https://github.com/lexbor/lexbor"; 26 26 changelog = "https://github.com/lexbor/lexbor/blob/${finalAttrs.src.tag}/CHANGELOG.md"; 27 27 license = lib.licenses.asl20; 28 - maintainers = with lib.maintainers; [ drupol ]; 28 + maintainers = with lib.maintainers; [ ]; 29 29 mainProgram = "lexbor"; 30 30 platforms = lib.platforms.all; 31 31 };
+1 -1
pkgs/by-name/lo/loguru/package.nix
··· 43 43 description = "Lightweight C++ logging library"; 44 44 homepage = "https://github.com/emilk/loguru"; 45 45 license = lib.licenses.unlicense; 46 - maintainers = with lib.maintainers; [ drupol ]; 46 + maintainers = with lib.maintainers; [ ]; 47 47 platforms = lib.platforms.all; 48 48 }; 49 49 }
+1 -1
pkgs/by-name/ma/mathemagix/package.nix
··· 42 42 description = "Free computer algebra and analysis system consisting of a high level language with a compiler and a series of mathematical libraries"; 43 43 homepage = "https://www.mathemagix.org/"; 44 44 license = lib.licenses.gpl3Only; 45 - maintainers = with lib.maintainers; [ drupol ]; 45 + maintainers = with lib.maintainers; [ ]; 46 46 platforms = lib.platforms.linux; 47 47 }; 48 48 })
+1 -1
pkgs/by-name/mc/mcphost/package.nix
··· 21 21 description = "CLI host application that enables Large Language Models (LLMs) to interact with external tools through the Model Context Protocol (MCP)"; 22 22 homepage = "https://github.com/mark3labs/mcphost"; 23 23 license = lib.licenses.mit; 24 - maintainers = with lib.maintainers; [ drupol ]; 24 + maintainers = with lib.maintainers; [ ]; 25 25 mainProgram = "mcphost"; 26 26 }; 27 27 })
+1 -1
pkgs/by-name/mo/mona-sans/package.nix
··· 36 36 by all major browsers, allowing for performance benefits and granular 37 37 design control of the typeface's weight, width, and slant. 38 38 ''; 39 - maintainers = with lib.maintainers; [ drupol ]; 39 + maintainers = with lib.maintainers; [ ]; 40 40 platforms = lib.platforms.all; 41 41 }; 42 42 })
+1 -1
pkgs/by-name/mo/mongodb-ce/package.nix
··· 121 121 This pre-compiled binary distribution package provides the MongoDB daemon (mongod) and the MongoDB Shard utility 122 122 (mongos). 123 123 ''; 124 - maintainers = with lib.maintainers; [ drupol ]; 124 + maintainers = with lib.maintainers; [ ]; 125 125 platforms = lib.attrNames finalAttrs.passthru.sources; 126 126 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; 127 127 };
+1 -1
pkgs/by-name/ne/newcomputermodern/package.nix
··· 47 47 # equivalent to the LaTeX Project Public License (LPPL), version 1.3c or 48 48 # later." - GUST website 49 49 license = lib.licenses.lppl13c; 50 - maintainers = [ lib.maintainers.drupol ]; 50 + maintainers = [ ]; 51 51 platforms = lib.platforms.all; 52 52 }; 53 53 })
-1
pkgs/by-name/nh/nh/package.nix
··· 67 67 license = lib.licenses.eupl12; 68 68 mainProgram = "nh"; 69 69 maintainers = with lib.maintainers; [ 70 - drupol 71 70 NotAShelf 72 71 viperML 73 72 ];
+1 -1
pkgs/by-name/op/open-pdf-sign/package.nix
··· 36 36 description = "Digitally sign PDF files from your commandline"; 37 37 homepage = "https://github.com/open-pdf-sign/open-pdf-sign"; 38 38 license = lib.licenses.asl20; 39 - maintainers = with lib.maintainers; [ drupol ]; 39 + maintainers = with lib.maintainers; [ ]; 40 40 platforms = lib.platforms.unix; 41 41 sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 42 42 mainProgram = "open-pdf-sign";
-1
pkgs/by-name/op/open-webui/package.nix
··· 246 246 ''; 247 247 mainProgram = "open-webui"; 248 248 maintainers = with lib.maintainers; [ 249 - drupol 250 249 shivaraj-bh 251 250 ]; 252 251 };
-1
pkgs/by-name/op/openarena/package.nix
··· 115 115 license = lib.licenses.gpl2Plus; 116 116 mainProgram = "openarena"; 117 117 maintainers = with lib.maintainers; [ 118 - drupol 119 118 wyvie 120 119 ]; 121 120 platforms = lib.platforms.linux;
+1 -1
pkgs/by-name/or/orthanc-framework/package.nix
··· 34 34 description = "SDK for building Orthanc plugins and related applications"; 35 35 homepage = "https://www.orthanc-server.com/"; 36 36 license = lib.licenses.gpl3Plus; 37 - maintainers = with lib.maintainers; [ drupol ]; 37 + maintainers = with lib.maintainers; [ ]; 38 38 platforms = lib.platforms.linux; 39 39 }; 40 40 })
-1
pkgs/by-name/or/orthanc-plugin-dicomweb/package.nix
··· 93 93 description = "Plugin that extends Orthanc with support for the DICOMweb protocols"; 94 94 license = lib.licenses.gpl3Plus; 95 95 maintainers = with lib.maintainers; [ 96 - drupol 97 96 dvcorreia 98 97 ]; 99 98 platforms = lib.platforms.linux;
+1 -1
pkgs/by-name/or/orthanc/package.nix
··· 127 127 homepage = "https://www.orthanc-server.com/"; 128 128 license = lib.licenses.gpl3Plus; 129 129 mainProgram = "Orthanc"; 130 - maintainers = with lib.maintainers; [ drupol ]; 130 + maintainers = with lib.maintainers; [ ]; 131 131 platforms = lib.platforms.linux; 132 132 }; 133 133 })
+1 -1
pkgs/by-name/pa/pack/package.nix
··· 45 45 homepage = "https://github.com/buildpacks/pack/"; 46 46 license = lib.licenses.asl20; 47 47 mainProgram = "pack"; 48 - maintainers = with lib.maintainers; [ drupol ]; 48 + maintainers = with lib.maintainers; [ ]; 49 49 }; 50 50 })
+1 -1
pkgs/by-name/ph/phel/package.nix
··· 28 28 homepage = "https://github.com/phel-lang/phel-lang"; 29 29 license = lib.licenses.mit; 30 30 mainProgram = "phel"; 31 - maintainers = with lib.maintainers; [ drupol ]; 31 + maintainers = with lib.maintainers; [ ]; 32 32 }; 33 33 })
+1 -1
pkgs/by-name/ph/phpdocumentor/package.nix
··· 40 40 homepage = "https://phpdoc.org"; 41 41 license = lib.licenses.mit; 42 42 mainProgram = "phpdoc"; 43 - maintainers = with lib.maintainers; [ drupol ]; 43 + maintainers = with lib.maintainers; [ ]; 44 44 }; 45 45 })
+1 -1
pkgs/by-name/pr/prettypst/package.nix
··· 23 23 homepage = "https://github.com/antonWetzel/prettypst"; 24 24 license = lib.licenses.mit; 25 25 mainProgram = "prettypst"; 26 - maintainers = with lib.maintainers; [ drupol ]; 26 + maintainers = with lib.maintainers; [ ]; 27 27 }; 28 28 }
+1 -1
pkgs/by-name/ra/rabbit/package.nix
··· 80 80 homepage = "https://github.com/natarajan-chidambaram/RABBIT"; 81 81 license = lib.licenses.asl20; 82 82 mainProgram = "rabbit"; 83 - maintainers = with lib.maintainers; [ drupol ]; 83 + maintainers = with lib.maintainers; [ ]; 84 84 }; 85 85 }
+1 -1
pkgs/by-name/re/rebuilderd/package.nix
··· 113 113 description = "Independent verification of binary packages - reproducible builds"; 114 114 homepage = "https://github.com/kpcyrd/rebuilderd"; 115 115 license = lib.licenses.gpl3Plus; 116 - maintainers = with lib.maintainers; [ drupol ]; 116 + maintainers = with lib.maintainers; [ ]; 117 117 mainProgram = "rebuilderd"; 118 118 }; 119 119 })
+1 -1
pkgs/by-name/re/repro-env/package.nix
··· 30 30 asl20 31 31 mit 32 32 ]; 33 - maintainers = with lib.maintainers; [ drupol ]; 33 + maintainers = with lib.maintainers; [ ]; 34 34 mainProgram = "repro-env"; 35 35 }; 36 36 })
+1 -1
pkgs/by-name/ro/robo/package.nix
··· 30 30 homepage = "https://github.com/consolidation/robo"; 31 31 license = lib.licenses.mit; 32 32 mainProgram = "robo"; 33 - maintainers = with lib.maintainers; [ drupol ]; 33 + maintainers = with lib.maintainers; [ ]; 34 34 }; 35 35 })
+1 -1
pkgs/by-name/ru/runmd/package.nix
··· 24 24 homepage = "https://github.com/broofa/runmd"; 25 25 changelog = "https://github.com/broofa/runmd/blob/${finalAttrs.src.tag}/CHANGELOG.md"; 26 26 license = lib.licenses.mit; 27 - maintainers = with lib.maintainers; [ drupol ]; 27 + maintainers = with lib.maintainers; [ ]; 28 28 mainProgram = "runmd"; 29 29 platforms = lib.platforms.all; 30 30 };
+1 -1
pkgs/by-name/sb/sbom4python/package.nix
··· 48 48 homepage = "https://github.com/anthonyharrison/sbom4python"; 49 49 license = lib.licenses.asl20; 50 50 mainProgram = "sbom4python"; 51 - maintainers = with lib.maintainers; [ drupol ]; 51 + maintainers = with lib.maintainers; [ ]; 52 52 }; 53 53 }
+1 -1
pkgs/by-name/sy/symfony-cli/package.nix
··· 65 65 homepage = "https://github.com/symfony-cli/symfony-cli"; 66 66 license = lib.licenses.agpl3Plus; 67 67 mainProgram = "symfony"; 68 - maintainers = with lib.maintainers; [ drupol ]; 68 + maintainers = with lib.maintainers; [ ]; 69 69 }; 70 70 })
-1
pkgs/by-name/ty/typst/package.nix
··· 71 71 license = lib.licenses.asl20; 72 72 mainProgram = "typst"; 73 73 maintainers = with lib.maintainers; [ 74 - drupol 75 74 figsoda 76 75 kanashimia 77 76 RossSmyth
+1 -1
pkgs/by-name/ty/typstwriter/package.nix
··· 41 41 homepage = "https://github.com/Bzero/typstwriter"; 42 42 license = lib.licenses.mit; 43 43 mainProgram = "typstwriter"; 44 - maintainers = with lib.maintainers; [ drupol ]; 44 + maintainers = with lib.maintainers; [ ]; 45 45 }; 46 46 }
-1
pkgs/by-name/ty/typstyle/package.nix
··· 41 41 license = lib.licenses.asl20; 42 42 mainProgram = "typstyle"; 43 43 maintainers = with lib.maintainers; [ 44 - drupol 45 44 prince213 46 45 ]; 47 46 };
+1 -3
pkgs/by-name/ur/urbanterror/package.nix
··· 115 115 realism". This results in a very unique, enjoyable and addictive game. 116 116 ''; 117 117 mainProgram = "urbanterror"; 118 - maintainers = with lib.maintainers; [ 119 - drupol 120 - ]; 118 + maintainers = with lib.maintainers; [ ]; 121 119 platforms = lib.platforms.linux; 122 120 }; 123 121 }
+1 -1
pkgs/by-name/uu/uutils-diffutils/package.nix
··· 35 35 homepage = "https://github.com/uutils/diffutils"; 36 36 license = lib.licenses.mit; 37 37 mainProgram = "diffutils"; 38 - maintainers = with lib.maintainers; [ drupol ]; 38 + maintainers = with lib.maintainers; [ ]; 39 39 platforms = lib.platforms.unix; 40 40 }; 41 41 })
-1
pkgs/by-name/uu/uutils-findutils/package.nix
··· 45 45 mainProgram = "find"; 46 46 maintainers = with lib.maintainers; [ 47 47 defelo 48 - drupol 49 48 ]; 50 49 platforms = lib.platforms.unix; 51 50 };
+1 -1
pkgs/development/php-packages/composer-local-repo-plugin/default.nix
··· 27 27 homepage = "https://github.com/nix-community/composer-local-repo-plugin"; 28 28 license = lib.licenses.mit; 29 29 mainProgram = "composer"; 30 - maintainers = with lib.maintainers; [ drupol ]; 30 + maintainers = with lib.maintainers; [ ]; 31 31 platforms = lib.platforms.all; 32 32 }; 33 33 }
+1 -1
pkgs/development/php-packages/cyclonedx-php-composer/default.nix
··· 27 27 homepage = "https://github.com/CycloneDX/cyclonedx-php-composer"; 28 28 license = lib.licenses.asl20; 29 29 mainProgram = "composer"; 30 - maintainers = with lib.maintainers; [ drupol ]; 30 + maintainers = with lib.maintainers; [ ]; 31 31 platforms = lib.platforms.all; 32 32 }; 33 33 }
+1 -1
pkgs/development/php-packages/meminfo/default.nix
··· 24 24 description = "PHP extension to get insight about memory usage"; 25 25 homepage = "https://github.com/BitOne/php-meminfo"; 26 26 license = lib.licenses.mit; 27 - maintainers = with lib.maintainers; [ drupol ]; 27 + maintainers = with lib.maintainers; [ ]; 28 28 }; 29 29 }
+1 -1
pkgs/development/php-packages/spx/default.nix
··· 29 29 description = "Simple & straight-to-the-point PHP profiling extension with its built-in web UI"; 30 30 homepage = "https://github.com/NoiseByNorthwest/php-spx"; 31 31 license = lib.licenses.php301; 32 - maintainers = with lib.maintainers; [ drupol ]; 32 + maintainers = with lib.maintainers; [ ]; 33 33 }; 34 34 }
+1 -1
pkgs/development/python-modules/attrs-strict/default.nix
··· 40 40 description = "Python package which contains runtime validation for attrs data classes based on the types existing in the typing module"; 41 41 homepage = "https://github.com/bloomberg/attrs-strict"; 42 42 license = lib.licenses.asl20; 43 - maintainers = with lib.maintainers; [ drupol ]; 43 + maintainers = with lib.maintainers; [ ]; 44 44 }; 45 45 }
+1 -1
pkgs/development/python-modules/azure-ai-documentintelligence/default.nix
··· 36 36 description = "Azure AI Document Intelligence client library for Python"; 37 37 homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/documentintelligence/azure-ai-documentintelligence/azure/ai/documentintelligence"; 38 38 license = lib.licenses.mit; 39 - maintainers = with lib.maintainers; [ drupol ]; 39 + maintainers = with lib.maintainers; [ ]; 40 40 }; 41 41 }
+1 -1
pkgs/development/python-modules/backrefs/default.nix
··· 35 35 homepage = "https://github.com/facelessuser/backrefs"; 36 36 changelog = "https://github.com/facelessuser/backrefs/releases/tag/${version}"; 37 37 license = lib.licenses.mit; 38 - maintainers = with lib.maintainers; [ drupol ]; 38 + maintainers = with lib.maintainers; [ ]; 39 39 }; 40 40 }
+1 -1
pkgs/development/python-modules/captum/default.nix
··· 74 74 description = "Model interpretability and understanding for PyTorch"; 75 75 homepage = "https://github.com/pytorch/captum"; 76 76 license = lib.licenses.bsd3; 77 - maintainers = with lib.maintainers; [ drupol ]; 77 + maintainers = with lib.maintainers; [ ]; 78 78 }; 79 79 }
+1 -1
pkgs/development/python-modules/cffconvert/default.nix
··· 52 52 homepage = "https://github.com/citation-file-format/cffconvert"; 53 53 license = lib.licenses.asl20; 54 54 mainProgram = "cffconvert"; 55 - maintainers = with lib.maintainers; [ drupol ]; 55 + maintainers = with lib.maintainers; [ ]; 56 56 }; 57 57 }
+1 -1
pkgs/development/python-modules/cobble/default.nix
··· 46 46 description = "Create Python data objects"; 47 47 homepage = "https://github.com/mwilliamson/python-cobble"; 48 48 license = lib.licenses.bsd2; 49 - maintainers = with lib.maintainers; [ drupol ]; 49 + maintainers = with lib.maintainers; [ ]; 50 50 }; 51 51 }
+1 -1
pkgs/development/python-modules/deepsearch-toolkit/default.nix
··· 89 89 description = "Interact with the Deep Search platform for new knowledge explorations and discoveries"; 90 90 homepage = "https://github.com/DS4SD/deepsearch-toolkit"; 91 91 license = lib.licenses.mit; 92 - maintainers = with lib.maintainers; [ drupol ]; 92 + maintainers = with lib.maintainers; [ ]; 93 93 }; 94 94 }
+1 -1
pkgs/development/python-modules/docling-core/default.nix
··· 83 83 description = "Python library to define and validate data types in Docling"; 84 84 homepage = "https://github.com/DS4SD/docling-core"; 85 85 license = lib.licenses.mit; 86 - maintainers = with lib.maintainers; [ drupol ]; 86 + maintainers = with lib.maintainers; [ ]; 87 87 }; 88 88 }
+1 -1
pkgs/development/python-modules/docling-ibm-models/default.nix
··· 91 91 description = "Docling IBM models"; 92 92 homepage = "https://github.com/DS4SD/docling-ibm-models"; 93 93 license = lib.licenses.mit; 94 - maintainers = with lib.maintainers; [ drupol ]; 94 + maintainers = with lib.maintainers; [ ]; 95 95 }; 96 96 }
+1 -1
pkgs/development/python-modules/docling-parse/default.nix
··· 96 96 description = "Simple package to extract text with coordinates from programmatic PDFs"; 97 97 homepage = "https://github.com/DS4SD/docling-parse"; 98 98 license = lib.licenses.mit; 99 - maintainers = with lib.maintainers; [ drupol ]; 99 + maintainers = with lib.maintainers; [ ]; 100 100 }; 101 101 }
+1 -1
pkgs/development/python-modules/docling-serve/default.nix
··· 103 103 homepage = "https://github.com/docling-project/docling-serve"; 104 104 license = lib.licenses.mit; 105 105 mainProgram = "docling-serve"; 106 - maintainers = with lib.maintainers; [ drupol ]; 106 + maintainers = with lib.maintainers; [ ]; 107 107 }; 108 108 }
+1 -1
pkgs/development/python-modules/firecrawl-py/default.nix
··· 44 44 homepage = "https://firecrawl.dev"; 45 45 changelog = "https://github.com/mendableai/firecrawl/releases/tag/${src.tag}"; 46 46 license = lib.licenses.mit; 47 - maintainers = with lib.maintainers; [ drupol ]; 47 + maintainers = with lib.maintainers; [ ]; 48 48 }; 49 49 }
+1 -1
pkgs/development/python-modules/funk/default.nix
··· 35 35 homepage = "https://github.com/mwilliamson/funk"; 36 36 changelog = "https://github.com/mwilliamson/funk/blob/${src.tag}/NEWS"; 37 37 license = lib.licenses.bsd2; 38 - maintainers = with lib.maintainers; [ drupol ]; 38 + maintainers = with lib.maintainers; [ ]; 39 39 }; 40 40 }
+1 -1
pkgs/development/python-modules/gawd/default.nix
··· 37 37 mainProgram = "gawd"; 38 38 homepage = "https://github.com/pooya-rostami/gawd"; 39 39 license = lib.licenses.lgpl3Only; 40 - maintainers = with lib.maintainers; [ drupol ]; 40 + maintainers = with lib.maintainers; [ ]; 41 41 }; 42 42 }
+1 -1
pkgs/development/python-modules/gcp-storage-emulator/default.nix
··· 51 51 description = "Local emulator for Google Cloud Storage"; 52 52 homepage = "https://github.com/oittaa/gcp-storage-emulator"; 53 53 license = lib.licenses.bsd3; 54 - maintainers = with lib.maintainers; [ drupol ]; 54 + maintainers = with lib.maintainers; [ ]; 55 55 mainProgram = "gcp-storage-emulator"; 56 56 }; 57 57 }
+1 -1
pkgs/development/python-modules/gitingest/default.nix
··· 88 88 description = "Replace 'hub' with 'ingest' in any github url to get a prompt-friendly extract of a codebase"; 89 89 homepage = "https://github.com/cyclotruc/gitingest"; 90 90 license = lib.licenses.mit; 91 - maintainers = with lib.maintainers; [ drupol ]; 91 + maintainers = with lib.maintainers; [ ]; 92 92 mainProgram = "gitingest"; 93 93 }; 94 94 }
-1
pkgs/development/python-modules/langchain-aws/default.nix
··· 79 79 homepage = "https://github.com/langchain-ai/langchain-aws/"; 80 80 license = lib.licenses.mit; 81 81 maintainers = with lib.maintainers; [ 82 - drupol 83 82 natsukium 84 83 sarahec 85 84 ];
-1
pkgs/development/python-modules/langgraph-checkpoint-postgres/default.nix
··· 103 103 changelog = "https://github.com/langchain-ai/langgraph/releases/tag/${src.tag}"; 104 104 license = lib.licenses.mit; 105 105 maintainers = with lib.maintainers; [ 106 - drupol 107 106 sarahec 108 107 ]; 109 108 };
-1
pkgs/development/python-modules/langgraph-checkpoint-sqlite/default.nix
··· 84 84 homepage = "https://github.com/langchain-ai/langgraph/tree/main/libs/checkpoint-sqlite"; 85 85 license = lib.licenses.mit; 86 86 maintainers = with lib.maintainers; [ 87 - drupol 88 87 sarahec 89 88 ]; 90 89 };
-1
pkgs/development/python-modules/langgraph-checkpoint/default.nix
··· 73 73 homepage = "https://github.com/langchain-ai/langgraph/tree/main/libs/checkpoint"; 74 74 license = lib.licenses.mit; 75 75 maintainers = with lib.maintainers; [ 76 - drupol 77 76 sarahec 78 77 ]; 79 78 };
+1 -1
pkgs/development/python-modules/lib4package/default.nix
··· 35 35 description = "Utility for handling package metadata to include in Software Bill of Materials (SBOMs)"; 36 36 homepage = "https://github.com/anthonyharrison/lib4package"; 37 37 license = lib.licenses.asl20; 38 - maintainers = with lib.maintainers; [ drupol ]; 38 + maintainers = with lib.maintainers; [ ]; 39 39 }; 40 40 }
+1 -1
pkgs/development/python-modules/mammoth/default.nix
··· 52 52 homepage = "https://github.com/mwilliamson/python-mammoth"; 53 53 changelog = "https://github.com/mwilliamson/python-mammoth/blob/${src.tag}/NEWS"; 54 54 license = lib.licenses.bsd2; 55 - maintainers = with lib.maintainers; [ drupol ]; 55 + maintainers = with lib.maintainers; [ ]; 56 56 }; 57 57 }
+1 -1
pkgs/development/python-modules/markdown-inline-graphviz/default.nix
··· 39 39 homepage = "https://github.com/cesaremorel/markdown-inline-graphviz/"; 40 40 changelog = "https://github.com/cesaremorel/markdown-inline-graphviz/releases/tag/${src.tag}"; 41 41 license = lib.licenses.mit; 42 - maintainers = with lib.maintainers; [ drupol ]; 42 + maintainers = with lib.maintainers; [ ]; 43 43 }; 44 44 }
+1 -1
pkgs/development/python-modules/markitdown/default.nix
··· 86 86 description = "Python tool for converting files and office documents to Markdown"; 87 87 homepage = "https://github.com/microsoft/markitdown"; 88 88 license = lib.licenses.mit; 89 - maintainers = with lib.maintainers; [ drupol ]; 89 + maintainers = with lib.maintainers; [ ]; 90 90 }; 91 91 }
+1 -1
pkgs/development/python-modules/marko/default.nix
··· 52 52 description = "Markdown parser with high extensibility"; 53 53 homepage = "https://github.com/frostming/marko"; 54 54 license = lib.licenses.mit; 55 - maintainers = with lib.maintainers; [ drupol ]; 55 + maintainers = with lib.maintainers; [ ]; 56 56 }; 57 57 }
+1 -1
pkgs/development/python-modules/mean-average-precision/default.nix
··· 40 40 homepage = "https://github.com/bes-dev/mean_average_precision"; 41 41 changelog = "https://github.com/bes-dev/mean_average_precision/blob/${version}/CHANGELOG.md"; 42 42 license = lib.licenses.mit; 43 - maintainers = with lib.maintainers; [ drupol ]; 43 + maintainers = with lib.maintainers; [ ]; 44 44 }; 45 45 }
+1 -1
pkgs/development/python-modules/mkdocs-backlinks/default.nix
··· 39 39 description = "Plugin for adding backlinks to mkdocs"; 40 40 homepage = "https://github.com/danodic-dev/mkdocs-backlinks/"; 41 41 license = lib.licenses.mit; 42 - maintainers = with lib.maintainers; [ drupol ]; 42 + maintainers = with lib.maintainers; [ ]; 43 43 }; 44 44 }
+1 -1
pkgs/development/python-modules/mkdocs-build-plantuml/default.nix
··· 42 42 description = "MkDocs plugin to help generate your plantuml images locally or remotely as files (NOT inline)"; 43 43 homepage = "https://github.com/christo-ph/mkdocs_build_plantuml"; 44 44 license = lib.licenses.mit; 45 - maintainers = with lib.maintainers; [ drupol ]; 45 + maintainers = with lib.maintainers; [ ]; 46 46 }; 47 47 }
+1 -1
pkgs/development/python-modules/mkdocs-drawio-file/default.nix
··· 48 48 description = "Embedding files of Diagrams.net (Draw.io) into MkDocs"; 49 49 homepage = "https://github.com/onixpro/mkdocs-drawio-file/"; 50 50 license = lib.licenses.mit; 51 - maintainers = with lib.maintainers; [ drupol ]; 51 + maintainers = with lib.maintainers; [ ]; 52 52 }; 53 53 }
+1 -1
pkgs/development/python-modules/mkdocs-graphviz/default.nix
··· 42 42 description = "Configurable Python markdown extension for graphviz and Mkdocs"; 43 43 homepage = "https://gitlab.com/rod2ik/mkdocs-graphviz"; 44 44 license = lib.licenses.gpl3Only; 45 - maintainers = with lib.maintainers; [ drupol ]; 45 + maintainers = with lib.maintainers; [ ]; 46 46 }; 47 47 }
+1 -1
pkgs/development/python-modules/mkdocs-markmap/default.nix
··· 44 44 description = "MkDocs plugin and extension to create mindmaps from markdown using markmap"; 45 45 homepage = "https://github.com/markmap/mkdocs_markmap"; 46 46 license = lib.licenses.mit; 47 - maintainers = with lib.maintainers; [ drupol ]; 47 + maintainers = with lib.maintainers; [ ]; 48 48 }; 49 49 }
+1 -1
pkgs/development/python-modules/mkdocs-puml/default.nix
··· 56 56 description = "Brings PlantUML to MkDocs"; 57 57 homepage = "https://github.com/MikhailKravets/mkdocs_puml"; 58 58 license = lib.licenses.mit; 59 - maintainers = with lib.maintainers; [ drupol ]; 59 + maintainers = with lib.maintainers; [ ]; 60 60 }; 61 61 }
+1 -1
pkgs/development/python-modules/monkeytype/default.nix
··· 53 53 homepage = "https://github.com/Instagram/MonkeyType/"; 54 54 changelog = "https://github.com/Instagram/MonkeyType/blob/${src.rev}/CHANGES.rst"; 55 55 license = lib.licenses.bsd3; 56 - maintainers = with lib.maintainers; [ drupol ]; 56 + maintainers = with lib.maintainers; [ ]; 57 57 }; 58 58 }
+1 -1
pkgs/development/python-modules/objprint/default.nix
··· 29 29 homepage = "https://github.com/gaogaotiantian/objprint"; 30 30 changelog = "https://github.com/gaogaotiantian/objprint/releases/tag/${version}"; 31 31 license = lib.licenses.asl20; 32 - maintainers = with lib.maintainers; [ drupol ]; 32 + maintainers = with lib.maintainers; [ ]; 33 33 }; 34 34 }
+1 -1
pkgs/development/python-modules/plotille/default.nix
··· 61 61 description = "Plot in the terminal using braille dots"; 62 62 homepage = "https://github.com/tammoippen/plotille"; 63 63 license = lib.licenses.mit; 64 - maintainers = with lib.maintainers; [ drupol ]; 64 + maintainers = with lib.maintainers; [ ]; 65 65 }; 66 66 }
+1 -1
pkgs/development/python-modules/precisely/default.nix
··· 32 32 description = "Matcher library for Python"; 33 33 homepage = "https://github.com/mwilliamson/python-precisely"; 34 34 license = lib.licenses.bsd2; 35 - maintainers = with lib.maintainers; [ drupol ]; 35 + maintainers = with lib.maintainers; [ ]; 36 36 }; 37 37 }
+1 -1
pkgs/development/python-modules/primp/default.nix
··· 112 112 description = "Python Requests IMPersonate, the fastest Python HTTP client that can impersonate web browsers"; 113 113 homepage = "https://github.com/deedy5/primp"; 114 114 license = lib.licenses.mit; 115 - maintainers = with lib.maintainers; [ drupol ]; 115 + maintainers = with lib.maintainers; [ ]; 116 116 }; 117 117 }
+1 -1
pkgs/development/python-modules/pygelf/default.nix
··· 45 45 description = "Python logging handlers with GELF (Graylog Extended Log Format) support"; 46 46 homepage = "https://github.com/keeprocking/pygelf"; 47 47 license = lib.licenses.bsd3; 48 - maintainers = with lib.maintainers; [ drupol ]; 48 + maintainers = with lib.maintainers; [ ]; 49 49 }; 50 50 }
+1 -1
pkgs/development/python-modules/pygments-style-github/default.nix
··· 26 26 description = "Port of the github color scheme for pygments"; 27 27 homepage = "https://github.com/hugomaiavieira/pygments-style-github"; 28 28 license = licenses.bsd3; 29 - maintainers = with maintainers; [ drupol ]; 29 + maintainers = with maintainers; [ ]; 30 30 }; 31 31 }
+1 -1
pkgs/development/python-modules/pyorc/default.nix
··· 68 68 description = "Python module for Apache ORC file format"; 69 69 homepage = "https://github.com/noirello/pyorc"; 70 70 license = lib.licenses.asl20; 71 - maintainers = with lib.maintainers; [ drupol ]; 71 + maintainers = with lib.maintainers; [ ]; 72 72 }; 73 73 }
+1 -1
pkgs/development/python-modules/pyroaring/default.nix
··· 37 37 homepage = "https://github.com/Ezibenroc/PyRoaringBitMap"; 38 38 changelog = "https://github.com/Ezibenroc/PyRoaringBitMap/releases/tag/${src.tag}"; 39 39 license = lib.licenses.mit; 40 - maintainers = with lib.maintainers; [ drupol ]; 40 + maintainers = with lib.maintainers; [ ]; 41 41 }; 42 42 }
+1 -1
pkgs/development/python-modules/pytest-kafka/default.nix
··· 37 37 description = "Pytest fixture factories for Zookeeper, Kafka server and Kafka consumer"; 38 38 homepage = "https://gitlab.com/karolinepauls/pytest-kafka"; 39 39 license = lib.licenses.mit; 40 - maintainers = with lib.maintainers; [ drupol ]; 40 + maintainers = with lib.maintainers; [ ]; 41 41 }; 42 42 }
+1 -1
pkgs/development/python-modules/pytest-shared-session-scope/default.nix
··· 44 44 description = "Pytest session-scoped fixture that works with xdist"; 45 45 homepage = "https://pypi.org/project/pytest-shared-session-scope/"; 46 46 license = lib.licenses.mit; 47 - maintainers = with lib.maintainers; [ drupol ]; 47 + maintainers = with lib.maintainers; [ ]; 48 48 }; 49 49 }
+1 -1
pkgs/development/python-modules/pytorch-bench/default.nix
··· 44 44 description = "Benchmarking tool for torch"; 45 45 homepage = "https://github.com/MaximeGloesener/torch-benchmark"; 46 46 license = lib.licenses.mit; 47 - maintainers = with lib.maintainers; [ drupol ]; 47 + maintainers = with lib.maintainers; [ ]; 48 48 }; 49 49 }
+1 -1
pkgs/development/python-modules/sbom2dot/default.nix
··· 36 36 homepage = "https://github.com/anthonyharrison/sbom2dot"; 37 37 license = lib.licenses.asl20; 38 38 mainProgram = "sbom2dot"; 39 - maintainers = with lib.maintainers; [ drupol ]; 39 + maintainers = with lib.maintainers; [ ]; 40 40 }; 41 41 }
+1 -1
pkgs/development/python-modules/sbom4files/default.nix
··· 37 37 description = "SBOM generator for files within a directory"; 38 38 homepage = "https://github.com/anthonyharrison/sbom4files"; 39 39 license = lib.licenses.asl20; 40 - maintainers = with lib.maintainers; [ drupol ]; 40 + maintainers = with lib.maintainers; [ ]; 41 41 }; 42 42 }
+1 -1
pkgs/development/python-modules/sismic/default.nix
··· 54 54 description = "Sismic Interactive Statechart Model Interpreter and Checker"; 55 55 homepage = "https://github.com/AlexandreDecan/sismic"; 56 56 license = lib.licenses.lgpl3Only; 57 - maintainers = with lib.maintainers; [ drupol ]; 57 + maintainers = with lib.maintainers; [ ]; 58 58 }; 59 59 }
+1 -1
pkgs/development/python-modules/sotabenchapi/default.nix
··· 47 47 description = "Easily benchmark Machine Learning models on selected tasks and datasets"; 48 48 homepage = "https://pypi.org/project/sotabenchapi/"; 49 49 license = lib.licenses.asl20; 50 - maintainers = with lib.maintainers; [ drupol ]; 50 + maintainers = with lib.maintainers; [ ]; 51 51 }; 52 52 }
+1 -1
pkgs/development/python-modules/sphinxcontrib-mscgen/default.nix
··· 35 35 description = "Sphinx extension using mscgen to render diagrams"; 36 36 homepage = "https://github.com/sphinx-contrib/mscgen"; 37 37 license = licenses.bola11; 38 - maintainers = with maintainers; [ drupol ]; 38 + maintainers = with maintainers; [ ]; 39 39 }; 40 40 }
+1 -1
pkgs/development/python-modules/submitit/default.nix
··· 57 57 description = "Python 3.8+ toolbox for submitting jobs to Slurm"; 58 58 homepage = "https://github.com/facebookincubator/submitit"; 59 59 license = lib.licenses.mit; 60 - maintainers = with lib.maintainers; [ drupol ]; 60 + maintainers = with lib.maintainers; [ ]; 61 61 }; 62 62 }
+1 -1
pkgs/development/python-modules/swh-auth/default.nix
··· 61 61 description = "Set of utility libraries related to user authentication in applications and services based on the use of Keycloak and OpenID Connect"; 62 62 homepage = "https://gitlab.softwareheritage.org/swh/devel/swh-auth"; 63 63 license = lib.licenses.gpl3Only; 64 - maintainers = with lib.maintainers; [ drupol ]; 64 + maintainers = with lib.maintainers; [ ]; 65 65 }; 66 66 }
+1 -1
pkgs/development/python-modules/swh-core/default.nix
··· 115 115 homepage = "https://gitlab.softwareheritage.org/swh/devel/swh-core"; 116 116 license = lib.licenses.gpl3Only; 117 117 mainProgram = "swh"; 118 - maintainers = with lib.maintainers; [ drupol ]; 118 + maintainers = with lib.maintainers; [ ]; 119 119 }; 120 120 }
+1 -1
pkgs/development/python-modules/swh-export/default.nix
··· 85 85 description = "Software Heritage dataset tools"; 86 86 homepage = "https://gitlab.softwareheritage.org/swh/devel/swh-export"; 87 87 license = lib.licenses.gpl3Only; 88 - maintainers = with lib.maintainers; [ drupol ]; 88 + maintainers = with lib.maintainers; [ ]; 89 89 }; 90 90 }
+1 -1
pkgs/development/python-modules/swh-journal/default.nix
··· 49 49 description = "Persistent logger of changes to the archive, with publish-subscribe support"; 50 50 homepage = "https://gitlab.softwareheritage.org/swh/devel/swh-journal"; 51 51 license = lib.licenses.gpl3Only; 52 - maintainers = with lib.maintainers; [ drupol ]; 52 + maintainers = with lib.maintainers; [ ]; 53 53 }; 54 54 }
+1 -1
pkgs/development/python-modules/swh-model/default.nix
··· 79 79 description = "Implementation of the Data model of the Software Heritage project, used to archive source code artifacts"; 80 80 homepage = "https://gitlab.softwareheritage.org/swh/devel/swh-model"; 81 81 license = lib.licenses.gpl3Only; 82 - maintainers = with lib.maintainers; [ drupol ]; 82 + maintainers = with lib.maintainers; [ ]; 83 83 }; 84 84 }
+1 -1
pkgs/development/python-modules/swh-objstorage/default.nix
··· 113 113 description = "Content-addressable object storage for the Software Heritage project"; 114 114 homepage = "https://gitlab.softwareheritage.org/swh/devel/swh-objstorage"; 115 115 license = lib.licenses.gpl3Only; 116 - maintainers = with lib.maintainers; [ drupol ]; 116 + maintainers = with lib.maintainers; [ ]; 117 117 }; 118 118 }
+1 -1
pkgs/development/python-modules/swh-perfecthash/default.nix
··· 57 57 description = "Perfect hash table for software heritage object storage"; 58 58 homepage = "https://gitlab.softwareheritage.org/swh/devel/swh-perfecthash"; 59 59 license = lib.licenses.gpl3Only; 60 - maintainers = with lib.maintainers; [ drupol ]; 60 + maintainers = with lib.maintainers; [ ]; 61 61 }; 62 62 }
+1 -1
pkgs/development/python-modules/swh-scanner/default.nix
··· 84 84 description = "Implementation of the Data model of the Software Heritage project, used to archive source code artifacts"; 85 85 homepage = "https://gitlab.softwareheritage.org/swh/devel/swh-model"; 86 86 license = lib.licenses.gpl3Only; 87 - maintainers = with lib.maintainers; [ drupol ]; 87 + maintainers = with lib.maintainers; [ ]; 88 88 }; 89 89 }
+1 -1
pkgs/development/python-modules/swh-scheduler/default.nix
··· 83 83 description = "Job scheduler for the Software Heritage project"; 84 84 homepage = "https://gitlab.softwareheritage.org/swh/devel/swh-scheduler"; 85 85 license = lib.licenses.gpl3Only; 86 - maintainers = with lib.maintainers; [ drupol ]; 86 + maintainers = with lib.maintainers; [ ]; 87 87 }; 88 88 }
+1 -1
pkgs/development/python-modules/swh-storage/default.nix
··· 96 96 description = "Abstraction layer over the archive, allowing to access all stored source code artifacts as well as their metadata"; 97 97 homepage = "https://gitlab.softwareheritage.org/swh/devel/swh-storage"; 98 98 license = lib.licenses.gpl3Only; 99 - maintainers = with lib.maintainers; [ drupol ]; 99 + maintainers = with lib.maintainers; [ ]; 100 100 }; 101 101 }
+1 -1
pkgs/development/python-modules/swh-web-client/default.nix
··· 61 61 description = "Client for Software Heritage Web applications, via their APIs"; 62 62 homepage = "https://gitlab.softwareheritage.org/swh/devel/swh-web-client"; 63 63 license = lib.licenses.gpl3Only; 64 - maintainers = with lib.maintainers; [ drupol ]; 64 + maintainers = with lib.maintainers; [ ]; 65 65 }; 66 66 }
+1 -1
pkgs/development/python-modules/tempman/default.nix
··· 37 37 description = "Create and clean up temporary directories"; 38 38 homepage = "https://github.com/mwilliamson/python-tempman"; 39 39 license = lib.licenses.bsd2; 40 - maintainers = with lib.maintainers; [ drupol ]; 40 + maintainers = with lib.maintainers; [ ]; 41 41 }; 42 42 }
+1 -1
pkgs/development/python-modules/torchbench/default.nix
··· 53 53 description = "Easily benchmark machine learning models in PyTorch"; 54 54 homepage = "https://github.com/paperswithcode/torchbench"; 55 55 license = lib.licenses.asl20; 56 - maintainers = with lib.maintainers; [ drupol ]; 56 + maintainers = with lib.maintainers; [ ]; 57 57 }; 58 58 }
+1 -1
pkgs/development/python-modules/torchprofile/default.nix
··· 43 43 description = "General and accurate MACs / FLOPs profiler for PyTorch models"; 44 44 homepage = "https://github.com/zhijian-liu/torchprofile"; 45 45 license = lib.licenses.mit; 46 - maintainers = with lib.maintainers; [ drupol ]; 46 + maintainers = with lib.maintainers; [ ]; 47 47 }; 48 48 }
+1 -1
pkgs/development/python-modules/xhtml2pdf/default.nix
··· 65 65 homepage = "https://github.com/xhtml2pdf/xhtml2pdf"; 66 66 license = lib.licenses.asl20; 67 67 mainProgram = "xhtml2pdf"; 68 - maintainers = with lib.maintainers; [ drupol ]; 68 + maintainers = with lib.maintainers; [ ]; 69 69 }; 70 70 }
+1 -1
pkgs/os-specific/linux/evdi/default.nix
··· 69 69 lgpl21Only 70 70 gpl2Only 71 71 ]; 72 - maintainers = with lib.maintainers; [ drupol ]; 72 + maintainers = with lib.maintainers; [ ]; 73 73 platforms = lib.platforms.linux; 74 74 }; 75 75 })
-1
pkgs/os-specific/linux/projecteur/default.nix
··· 53 53 mainProgram = "projecteur"; 54 54 maintainers = with lib.maintainers; [ 55 55 benneti 56 - drupol 57 56 ]; 58 57 platforms = lib.platforms.linux; 59 58 };
+1 -1
pkgs/servers/monitoring/prometheus/shelly-exporter.nix
··· 25 25 mainProgram = "shelly_exporter"; 26 26 homepage = "https://github.com/aexel90/shelly_exporter"; 27 27 license = licenses.asl20; 28 - maintainers = with maintainers; [ drupol ]; 28 + maintainers = with maintainers; [ ]; 29 29 }; 30 30 }