wordnet: add license

This commit is contained in:
Markus Kowalewski 2018-09-01 14:24:34 +02:00
parent e279a7858e
commit e134ce139e
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -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;
};