From be4069b7da7dfa754198bf158bd2a116ac74da25 Mon Sep 17 00:00:00 2001 From: x Date: Tue, 22 Apr 2025 13:10:13 +0800 Subject: [PATCH] edusong: harmonize description and longDescription with the other two MOE fonts --- pkgs/by-name/ed/edusong/package.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/ed/edusong/package.nix b/pkgs/by-name/ed/edusong/package.nix index 55da46ecbde1..bdd306c9b272 100644 --- a/pkgs/by-name/ed/edusong/package.nix +++ b/pkgs/by-name/ed/edusong/package.nix @@ -20,11 +20,9 @@ stdenvNoCC.mkDerivation rec { ''; meta = { - description = "The MOE Standard Song Font, a Chinese font by the Ministry of Education, ROC (Taiwan)"; + description = "The MOE Song font, a Song-style Chinese character typeface"; longDescription = '' - The MOE Standard Song Font is a Chinese Song font provided by - the Midistry of Education, Republic of China (Taiwan). - Song or Ming is a category of CKJ typefaces in print. + A Song-style Chinese character typeface published by the Ministry of Education of the Republic of China (Taiwan). The Song style is also referred to as 宋體, 宋体, sòngtǐ, 明體, 明体, or míngtǐ, in Chinese; 명조체, 明朝體, or myeongjo in Korean; 明朝体, みんちょうたい, or minchōtai in Japanese. ''; homepage = "https://language.moe.gov.tw/result.aspx?classify_sn=23&subclassify_sn=436&content_sn=48"; license = lib.licenses.cc-by-nd-30;