mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-17 22:28:55 +00:00
wordnet: make use of lib.licenses.wordnet (#540729)
This commit is contained in:
@@ -1616,6 +1616,11 @@ lib.mapAttrs mkLicense (
|
||||
url = "https://fedoraproject.org/wiki/Licensing:Wadalab?rd=Licensing/Wadalab";
|
||||
};
|
||||
|
||||
wordnet = {
|
||||
spdxId = "WordNet";
|
||||
fullName = "WordNet License";
|
||||
};
|
||||
|
||||
wtfpl = {
|
||||
spdxId = "WTFPL";
|
||||
fullName = "Do What The F*ck You Want To Public License";
|
||||
|
||||
@@ -55,10 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
|
||||
homepage = "https://wordnet.princeton.edu/";
|
||||
license = {
|
||||
fullName = "WordNet 3.0 license";
|
||||
url = "https://wordnet.princeton.edu/license-and-commercial-use";
|
||||
};
|
||||
license = lib.licenses.wordnet;
|
||||
maintainers = [ ];
|
||||
platforms = with lib.platforms; linux ++ darwin;
|
||||
mainProgram = "wn";
|
||||
|
||||
Reference in New Issue
Block a user