Commit f90ad2b3 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.ovh: update meta

parent fe2ecaf7
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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 ];
  };
}