python310Packages.nestedtext: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-03-07 09:15:30 +01:00
parent 8e1fa232fc
commit bb26db7dd9
@@ -37,6 +37,7 @@ buildPythonPackage rec {
non-programmers.
'';
homepage = "https://nestedtext.org";
changelog = "https://github.com/KenKundert/nestedtext/blob/v${version}/doc/releases.rst";
license = licenses.mit;
maintainers = with maintainers; [ jeremyschlatter ];
};