python310Packages.pathable: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-01-28 12:43:41 +01:00
parent c71193894e
commit 386bd0d7e9
@@ -39,6 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for object-oriented paths";
homepage = "https://github.com/p1c2u/pathable";
changelog = "https://github.com/p1c2u/pathable/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};