about summary refs log tree commit diff
path: root/pkgs/development/libraries/db/db-6.0.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/db/db-6.0.nix')
-rw-r--r--pkgs/development/libraries/db/db-6.0.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/db/db-6.0.nix b/pkgs/development/libraries/db/db-6.0.nix
index 0d8504c9234c..d92d28d094e6 100644
--- a/pkgs/development/libraries/db/db-6.0.nix
+++ b/pkgs/development/libraries/db/db-6.0.nix
@@ -3,7 +3,7 @@
 import ./generic.nix (args // {
   version = "6.0.30";
   sha256 = "1lhglbvg65j5slrlv7qv4vi3cvd7kjywa07gq1abzschycf4p3k0";
-  license = lib.licenses.agpl3;
+  license = lib.licenses.agpl3Only;
   extraPatches = [
     ./clang-6.0.patch
     ./CVE-2017-10140-cwd-db_config.patch