devpi-server: add confus as maintainer
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user