Fix datadog license
This commit is contained in:
@@ -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 = [];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user