python3Packages.tappy: Add meta.changelog

This commit is contained in:
Stefan Frijters 2022-11-24 23:27:10 +01:00
parent 9998e2f63d
commit 13d38a03ab
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -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 ];
};