python310Packages.hcloud: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-01 14:54:30 +01:00 committed by GitHub
parent 90bd77b1df
commit 13d44488ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for the Hetzner Cloud API";
homepage = "https://github.com/hetznercloud/hcloud-python";
changelog = "https://github.com/hetznercloud/hcloud-python/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ liff ];
};