Turn more licenses into lib.licenses style
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
This commit is contained in:
@@ -37,6 +37,6 @@ rec {
|
||||
maintainers = with a.lib.maintainers; [ relrod ];
|
||||
platforms = with a.lib.platforms; all;
|
||||
homepage = "http://blog.typekit.com/2012/09/24/source-code-pro/";
|
||||
license = "OFL";
|
||||
license = a.lib.licenses.ofl;
|
||||
};
|
||||
}) x
|
||||
|
||||
Reference in New Issue
Block a user