summary refs log tree commit diff
path: root/pkgs/applications/misc/wordnet
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-09-01 14:24:34 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-09-01 17:02:13 +0200
commite134ce139eebd93d76c7afbc9894527e9e07e28b (patch)
tree2e2c83facb3dc312d86adb0c5df968550eed7dd7 /pkgs/applications/misc/wordnet
parente279a7858e7887eb2f00dd809ee19358fd8b4067 (diff)
downloadnixlib-e134ce139eebd93d76c7afbc9894527e9e07e28b.tar
nixlib-e134ce139eebd93d76c7afbc9894527e9e07e28b.tar.gz
nixlib-e134ce139eebd93d76c7afbc9894527e9e07e28b.tar.bz2
nixlib-e134ce139eebd93d76c7afbc9894527e9e07e28b.tar.lz
nixlib-e134ce139eebd93d76c7afbc9894527e9e07e28b.tar.xz
nixlib-e134ce139eebd93d76c7afbc9894527e9e07e28b.tar.zst
nixlib-e134ce139eebd93d76c7afbc9894527e9e07e28b.zip
wordnet: add license
Diffstat (limited to 'pkgs/applications/misc/wordnet')
-rw-r--r--pkgs/applications/misc/wordnet/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/applications/misc/wordnet/default.nix b/pkgs/applications/misc/wordnet/default.nix
index a2e3fa13fc6a..5d153a0e417f 100644
--- a/pkgs/applications/misc/wordnet/default.nix
+++ b/pkgs/applications/misc/wordnet/default.nix
@@ -42,7 +42,10 @@ stdenv.mkDerivation rec {
       '';
 
     homepage = https://wordnet.princeton.edu/;
-
+    license = {
+      fullName = "WordNet 3.0 license";
+      url = https://wordnet.princeton.edu/license-and-commercial-use;
+    };
     maintainers = [ ];
     platforms = with stdenv.lib.platforms; linux ++ darwin;
   };