wordnet: add license

+4 -1
+4 -1
pkgs/applications/misc/wordnet/default.nix
··· 42 42 ''; 43 43 44 44 homepage = https://wordnet.princeton.edu/; 45 - 45 + license = { 46 + fullName = "WordNet 3.0 license"; 47 + url = https://wordnet.princeton.edu/license-and-commercial-use; 48 + }; 46 49 maintainers = [ ]; 47 50 platforms = with stdenv.lib.platforms; linux ++ darwin; 48 51 };