Fix licenses and add platforms metadata for wqy-*.
This commit is contained in:
@@ -13,8 +13,9 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "A (mainly) Chinese Unicode font";
|
description = "A (mainly) Chinese Unicode font";
|
||||||
homepage = "http://wenq.org";
|
homepage = "http://wenq.org";
|
||||||
license = "gplv2"; # with font embedding exceptions
|
license = stdenv.lib.licenses.asl20;
|
||||||
maintainers = stdenv.lib.maintainers.pkmx;
|
maintainers = stdenv.lib.maintainers.pkmx;
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -20,8 +20,9 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "A (mainly) Chinese Unicode font";
|
description = "A (mainly) Chinese Unicode font";
|
||||||
homepage = "http://wenq.org";
|
homepage = "http://wenq.org";
|
||||||
license = "gplv2"; # with font embedding exceptions
|
license = stdenv.lib.licenses.gpl2; # with font embedding exceptions
|
||||||
maintainers = stdenv.lib.maintainers.pkmx;
|
maintainers = stdenv.lib.maintainers.pkmx;
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user