diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 7fe0aee20b..83c97444bf 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -1537,7 +1537,7 @@ have been designed to be very distinguishable from each other.") (string-append "https://github.com/keshikan/DSEG/" "releases/download/v" version "/fonts-DSEG_v" - (apply string-append (string-split version #\.)) + (string-concatenate (string-split version #\.)) ".zip")) (sha256 (base32 @@ -1561,6 +1561,7 @@ have been designed to be very distinguishable from each other.") (home-page "https://www.keshikan.net/fonts-e.html") (synopsis "DSEG: 7-segment and 14-segment fonts") (description - "DSEG is a font family that imitates seven and fourteen segment -display (7SEG,14SEG). DSEG includes the roman alphabet and symbol glyphs.") + "DSEG is a font family that imitates seven- and fourteen-segment LCD +displays (7SEG, 14SEG). DSEG includes the roman alphabet and symbol glyphs. +This package provides the TrueType fonts.") (license license:silofl1.1)))