python310Packages.shortuuid: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-02-12 13:49:53 +01:00
parent 21f23dd537
commit 2c0ca01275
@@ -28,6 +28,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to generate concise, unambiguous and URL-safe UUIDs";
homepage = "https://github.com/stochastic-technologies/shortuuid/";
changelog = "https://github.com/skorokithakis/shortuuid/blob/v${version}/CHANGELOG.md";
license = licenses.bsd3;
maintainers = with maintainers; [ zagy ];
};