Fix datadog license
This commit is contained in:
@@ -6,13 +6,13 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "";
|
sha256 = "CIEQlw8S2lZk1n+ld/Ne7lBx4SKaJZUZfNbw9KvUcjk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Datadog API client support";
|
description = "Datadog API client support";
|
||||||
homepage = "https://github.com/DataDog/datadog-api-client-python";
|
homepage = "https://github.com/DataDog/datadog-api-client-python";
|
||||||
license = licenses.bsd;
|
license = licenses.asl20;
|
||||||
maintainers = [];
|
maintainers = [];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user