civodul pushed a commit to branch master
in repository guix.

commit 2199af9f7b895354b73a8c523c544f0d50762040
Author: Ludovic Courtès <[email protected]>
AuthorDate: Fri Jul 1 09:44:56 2022 +0200

    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

Reply via email to