python310Packages.pathable: add changelog to meta
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user