Fix datadog license

This commit is contained in:
greg-compass
2022-09-09 14:39:26 -05:00
parent bc56e1b638
commit efcece0c69
+2 -2
View File
@@ -6,13 +6,13 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "";
sha256 = "CIEQlw8S2lZk1n+ld/Ne7lBx4SKaJZUZfNbw9KvUcjk=";
};
meta = with lib; {
description = "Datadog API client support";
homepage = "https://github.com/DataDog/datadog-api-client-python";
license = licenses.bsd;
license = licenses.asl20;
maintainers = [];
};