python3Packages.tappy: Add meta.changelog
This commit is contained in:
parent
9998e2f63d
commit
13d38a03ab
@ -21,8 +21,9 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "tap" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/python-tap/tappy";
|
||||
description = "A set of tools for working with the Test Anything Protocol (TAP) in Python";
|
||||
homepage = "https://github.com/python-tap/tappy";
|
||||
changelog = "https://tappy.readthedocs.io/en/latest/releases.html";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ sfrijters ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user