mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Fix licenses and add platforms metadata for wqy-*.
This commit is contained in:
parent
0ce54a4768
commit
eb295a62f2
@ -13,8 +13,9 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "A (mainly) Chinese Unicode font";
|
||||
homepage = "http://wenq.org";
|
||||
license = "gplv2"; # with font embedding exceptions
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
maintainers = stdenv.lib.maintainers.pkmx;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -20,8 +20,9 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "A (mainly) Chinese Unicode font";
|
||||
homepage = "http://wenq.org";
|
||||
license = "gplv2"; # with font embedding exceptions
|
||||
license = stdenv.lib.licenses.gpl2; # with font embedding exceptions
|
||||
maintainers = stdenv.lib.maintainers.pkmx;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user