devpi-client: add changelog to meta
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user