Add OFL as an actual license

This commit is contained in:
Ricky Elrod 2014-05-06 04:04:43 -04:00
parent df0014488a
commit 139c6fb180
2 changed files with 7 additions and 1 deletions

View File

@ -208,6 +208,12 @@
url = https://www.mozilla.org/MPL/2.0;
};
ofl = {
shortName = "OFL";
fullName = "SIL Open Font License";
url = "http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL_web";
};
openssl = {
shortName = "openssl";
fullName = "OpenSSL license";

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
and languages that use the Latin script and its variants.
'';
homepage = http://www.fontsquirrel.com/fonts/poly;
license = [ "OFL" ];
license = stdenv.lib.licenses.ofl;
maintainers = with stdenv.lib.maintainers; [ relrod ];
platforms = with stdenv.lib.platforms; linux;
};