wordnet: add license

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