summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorCillian de Róiste <cillian.deroiste@gmail.com>2015-11-17 12:09:56 +0100
committerCillian de Róiste <cillian.deroiste@gmail.com>2015-11-17 12:09:56 +0100
commit242914358e083991512f3edbaa2ef2616c552eee (patch)
treea278706957193804843d5fb25c044e8a3fb509a1 /pkgs/top-level
parent6fbff60f0ebce3b6a826e03126dc8e9f2115cdbb (diff)
downloadnixlib-242914358e083991512f3edbaa2ef2616c552eee.tar
nixlib-242914358e083991512f3edbaa2ef2616c552eee.tar.gz
nixlib-242914358e083991512f3edbaa2ef2616c552eee.tar.bz2
nixlib-242914358e083991512f3edbaa2ef2616c552eee.tar.lz
nixlib-242914358e083991512f3edbaa2ef2616c552eee.tar.xz
nixlib-242914358e083991512f3edbaa2ef2616c552eee.tar.zst
nixlib-242914358e083991512f3edbaa2ef2616c552eee.zip
datadog: fix license
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 5a2b43c8028b..ee0ce1f83cfb 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -1291,7 +1291,7 @@ let
 
     meta = {
       description = "The Datadog Python library ";
-      license = licenses.bsd;
+      license = licenses.bsd3;
       homepage = https://github.com/DataDog/datadogpy;
     };
   };