python310Packages.proxmoxer: add achangelog to meta

This commit is contained in:
Fabian Affolter 2022-11-28 20:16:01 +01:00
parent fe3417a555
commit 5ab19aa443

View File

@ -46,6 +46,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python wrapper for Proxmox API v2";
homepage = "https://github.com/proxmoxer/proxmoxer";
changelog = "https://github.com/proxmoxer/proxmoxer/releases/tag/${version}";
license = with licenses; [ bsd3 ];
maintainers = with maintainers; [ fab ];
};