python310Packages.sybil: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-25 16:09:58 +01:00
parent 4ec86b13c9
commit f40a383b2f
@@ -34,6 +34,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Automated testing for the examples in your documentation";
homepage = "https://github.com/cjw296/sybil";
changelog = "https://github.com/simplistix/sybil/blob/${version}/CHANGELOG.rst";
license = licenses.mit;
maintainers = with maintainers; [ ];
};