Merge pull request #24650 from taku0/source-han-sans-fix-license

source-han-sans: fix license from ASL2.0 to SIL Open Font License.
This commit is contained in:
Alexey Shmalko 2017-04-06 12:18:09 +03:00 committed by GitHub
commit 0f9fd51b20

View file

@ -25,7 +25,7 @@ let
meta = {
description = "${language} subset of an open source Pan-CJK typeface";
homepage = https://github.com/adobe-fonts/source-han-sans;
license = stdenv.lib.licenses.asl20;
license = stdenv.lib.licenses.ofl;
platforms = stdenv.lib.platforms.unix;
};
};