Merge pull request #241861 from fabaff/vulcan-api-fix
python311Packages.vulcan-api: add changelog to meta
This commit is contained in:
commit
6a79c3367c
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python library for UONET+ e-register API";
|
description = "Python library for UONET+ e-register API";
|
||||||
homepage = "https://vulcan-api.readthedocs.io/";
|
homepage = "https://vulcan-api.readthedocs.io/";
|
||||||
|
changelog = "https://github.com/kapi2289/vulcan-api/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue