tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
wordnet: add license
Markus Kowalewski
7 years ago
e134ce13
e279a785
+4
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
wordnet
default.nix
+4
-1
pkgs/applications/misc/wordnet/default.nix
···
42
'';
43
44
homepage = https://wordnet.princeton.edu/;
45
-
0
0
0
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
};