python310Packages.packageurl-python: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-28 08:41:10 +02:00 committed by GitHub
parent 3965ba97fc
commit 50a63ac98d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Python parser and builder for package URLs"; description = "Python parser and builder for package URLs";
homepage = "https://github.com/package-url/packageurl-python"; homepage = "https://github.com/package-url/packageurl-python";
changelog = "https://github.com/package-url/packageurl-python/blob/v${version}/CHANGELOG.rst";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ armijnhemel ]; maintainers = with maintainers; [ armijnhemel ];
}; };