From 2199af9f7b895354b73a8c523c544f0d50762040 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 1 Jul 2022 09:44:56 +0200 Subject: gnu: texlive-fmtcount: Add proper 'license' value. This is a followup to df5e07c16d2d4e72423f0e8c6b5b53c7020bc77a. * gnu/packages/tex.scm (texlive-fmtcount)[license]: New field. --- gnu/packages/tex.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index e28ab35208..f6b4c25595 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -10787,7 +10787,8 @@ The package offers some multilingual support; configurations for use in English (both British and American usage), French (including Belgian and Swiss variants), German, Italian, Portuguese and Spanish documents are provided. This package was originally provided as part of the author's datetime package, but is -now distributed separately."))) +now distributed separately.") + (license license:lppl1.3+))) (define-public texlive-inriafonts (package -- cgit v1.2.3