mythes: add license

This commit is contained in:
Markus Kowalewski 2018-10-23 20:12:15 +02:00
parent 4b3349b693
commit 3371821d74
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://hunspell.sourceforge.net/;
description = "Thesaurus library from Hunspell project";
license = stdenv.lib.licenses.bsd3;
inherit (hunspell.meta) platforms;
};
}