forked from mirrors/nixpkgs
source-han-sans: fix license from ASL2.0 to SIL Open Font License.
This commit is contained in:
parent
c8526ba360
commit
84ffb2d1d5
|
@ -25,7 +25,7 @@ let
|
||||||
meta = {
|
meta = {
|
||||||
description = "${language} subset of an open source Pan-CJK typeface";
|
description = "${language} subset of an open source Pan-CJK typeface";
|
||||||
homepage = https://github.com/adobe-fonts/source-han-sans;
|
homepage = https://github.com/adobe-fonts/source-han-sans;
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.ofl;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue