Merge pull request #241861 from fabaff/vulcan-api-fix

python311Packages.vulcan-api: add changelog to meta
This commit is contained in:
Weijia Wang 2023-07-06 14:05:00 +03:00 committed by GitHub
commit 6a79c3367c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,6 +51,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library for UONET+ e-register API";
homepage = "https://vulcan-api.readthedocs.io/";
changelog = "https://github.com/kapi2289/vulcan-api/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};