diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-08 14:48:24 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-09 01:46:30 +0100 |
commit | 7c3c6f3a151af5a97f0c07c1c624f3769bfbd353 (patch) | |
tree | 93b45c5b74413c56bce0af74e6841e67b62b771e /gnu | |
parent | fb7e50bdb4631459855183ab5dc1e714fb3fddea (diff) | |
download | patches-7c3c6f3a151af5a97f0c07c1c624f3769bfbd353.tar patches-7c3c6f3a151af5a97f0c07c1c624f3769bfbd353.tar.gz |
gnu: font-comic-neue: Add a note about versions.
* gnu/packages/fonts.scm (font-comic-neue): Add a comment about the
‘v2.4’ tag.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/fonts.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 1ba5af0674..48cca11d5a 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -1090,6 +1090,8 @@ later hand-tweaked with the gbdfed(1) editor: (define-public font-comic-neue (package (name "font-comic-neue") + ;; The ‘v2.3’ and ‘v2.4’ releases at https://github.com/crozynski/comicneue + ;; are equivalent. The home page hosts 2.3, not 2.4, so we use that here. (version "2.3") (source (origin (method url-fetch/zipbomb) |