3
0
Fork 0
forked from mirrors/nixpkgs

devpi-client: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-25 09:59:09 +01:00
parent 7d0ed7f2e5
commit d0149bcd05

View file

@ -74,8 +74,9 @@ buildPythonApplication rec {
__darwinAllowLocalNetworking = true;
meta = with lib; {
homepage = "http://doc.devpi.net";
description = "Client for devpi, a pypi index server and packaging meta tool";
homepage = "http://doc.devpi.net";
changelog = "https://github.com/devpi/devpi/blob/client-${version}/client/CHANGELOG";
license = licenses.mit;
maintainers = with maintainers; [ lewo makefu ];
};