forked from mirrors/nixpkgs
devpi-client: add changelog to meta
This commit is contained in:
parent
7d0ed7f2e5
commit
d0149bcd05
|
@ -74,8 +74,9 @@ buildPythonApplication rec {
|
||||||
__darwinAllowLocalNetworking = true;
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://doc.devpi.net";
|
|
||||||
description = "Client for devpi, a pypi index server and packaging meta tool";
|
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;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ lewo makefu ];
|
maintainers = with maintainers; [ lewo makefu ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue