python310Packages.packageurl-python: add changelog to meta
This commit is contained in:
parent
3965ba97fc
commit
50a63ac98d
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue