lol

python310Packages.pathable: add changelog to meta

+1
+1
pkgs/development/python-modules/pathable/default.nix
··· 39 39 meta = with lib; { 40 40 description = "Library for object-oriented paths"; 41 41 homepage = "https://github.com/p1c2u/pathable"; 42 + changelog = "https://github.com/p1c2u/pathable/releases/tag/${version}"; 42 43 license = licenses.asl20; 43 44 maintainers = with maintainers; [ fab ]; 44 45 };