python310Packages.ovh: update meta

This commit is contained in:
Fabian Affolter 2023-04-12 21:33:03 +02:00
parent fe2ecaf706
commit f90ad2b3e2

View File

@ -40,10 +40,11 @@ buildPythonPackage rec {
-e test_init_from_custom_config
'';
meta = {
meta = with lib; {
description = "Thin wrapper around OVH's APIs";
homepage = "https://github.com/ovh/python-ovh";
license = lib.licenses.bsd2;
maintainers = [ lib.maintainers.makefu ];
changelog = "https://github.com/ovh/python-ovh/blob/v${version}/CHANGELOG.md";
license = licenses.bsd2;
maintainers = with maintainers; [ makefu ];
};
}