devpi-server: add confus as maintainer

This commit is contained in:
confus
2026-02-20 01:26:37 +01:00
parent 3bc7ca6837
commit 5b7735b9a6
@@ -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
];
};
}