python310Packages.proxmoxer: add achangelog to meta
This commit is contained in:
parent
fe3417a555
commit
5ab19aa443
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user