tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.shortuuid: add changelog to meta
Fabian Affolter
3 years ago
2c0ca012
21f23dd5
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
shortuuid
default.nix
+1
pkgs/development/python-modules/shortuuid/default.nix
···
28
28
meta = with lib; {
29
29
description = "Library to generate concise, unambiguous and URL-safe UUIDs";
30
30
homepage = "https://github.com/stochastic-technologies/shortuuid/";
31
31
+
changelog = "https://github.com/skorokithakis/shortuuid/blob/v${version}/CHANGELOG.md";
31
32
license = licenses.bsd3;
32
33
maintainers = with maintainers; [ zagy ];
33
34
};