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
+1 -1
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;
};