lol

python310Packages.shortuuid: add changelog to meta

+1
+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 + changelog = "https://github.com/skorokithakis/shortuuid/blob/v${version}/CHANGELOG.md"; 31 32 license = licenses.bsd3; 32 33 maintainers = with maintainers; [ zagy ]; 33 34 };