tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.pathable: add changelog to meta
Fabian Affolter
3 years ago
386bd0d7
c7119389
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pathable
default.nix
+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
42
+
changelog = "https://github.com/p1c2u/pathable/releases/tag/${version}";
42
43
license = licenses.asl20;
43
44
maintainers = with maintainers; [ fab ];
44
45
};