From 5b7735b9a699614e83ab2e301ec47368fd209c7d Mon Sep 17 00:00:00 2001 From: confus Date: Fri, 20 Feb 2026 01:26:37 +0100 Subject: [PATCH] devpi-server: add confus as maintainer --- pkgs/development/tools/devpi-server/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/devpi-server/default.nix b/pkgs/development/tools/devpi-server/default.nix index 7e14bf57d680..7185abbb45b6 100644 --- a/pkgs/development/tools/devpi-server/default.nix +++ b/pkgs/development/tools/devpi-server/default.nix @@ -123,7 +123,7 @@ buildPythonApplication rec { }; }; - # devpi uses a monorepo for server,common,client and web + # devpi uses a monorepo for server, common, client and web passthru.updateScript = gitUpdater { rev-prefix = "server-"; }; @@ -133,6 +133,9 @@ buildPythonApplication rec { description = "Github-style pypi index server and packaging meta tool"; changelog = "https://github.com/devpi/devpi/blob/${src.rev}/server/CHANGELOG"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ makefu ]; + maintainers = with lib.maintainers; [ + confus + makefu + ]; }; }