mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
wordnet: add license
This commit is contained in:
parent
e279a7858e
commit
e134ce139e
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue