From fc10a6eba8049d066baa56f5e5480832a71bc02e Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Mon, 8 Aug 2022 15:57:05 +0800 Subject: gnu: font-sarasa-gothic: Use English for synopsis. * gnu/packages/fonts.scm (font-sarasa-gothic)[synopsis]: Use English. Signed-off-by: Liliana Marie Prikler --- gnu/packages/fonts.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index ae9d79c1b8..3a217a54b2 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -1599,7 +1599,7 @@ programming. Iosevka is completely generated from its source code.") (native-inputs (list p7zip)) (home-page "https://github.com/be5invis/Sarasa-Gothic") (license license:silofl1.1) - (synopsis "Sarasa Gothic / 更纱黑体 / 更紗黑體 / 更紗ゴシック / 사라사 고딕") + (synopsis "CJK programming font based on Iosevka and Source Han Sans") (description "Sarasa Gothic is a programming font based on Iosevka and Source Han Sans, most CJK characters are same height, and double width as ASCII characters."))) -- cgit v1.2.3 f095964573d540da2d3fa4b7a11b251d936a'>refslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-12guix: Really export 'define-public'....This is a followup to 3858275962f1ac567b5dce2355035f9eddea0a05, which didn't have any effect. * guix.scm: Explicitly use (guix packages) so #:re-export-and-replace is effective. Ludovic Courtès
2021-09-14guix: Replace 'define-public'....This is a followup to 8531997d2a1e10d574a6e9ab70bc86ade6af4733. * guix.scm: Use #:re-export-and-replace for 'define-public'. Ludovic Courtès
2021-06-29(guix) no longer pulls in (guix ftp-client)....That choice was made in 2014 and never made much sense. * guix.scm (%public-modules): Remove 'ftp-client'. Ludovic Courtès