guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: texlive-setspace: Add 'license' field.


From: guix-commits
Subject: branch master updated: gnu: texlive-setspace: Add 'license' field.
Date: Tue, 13 Sep 2022 18:16:09 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5017b1bc3a gnu: texlive-setspace: Add 'license' field.
5017b1bc3a is described below

commit 5017b1bc3ae9f2579a6b975fc373de9862a22f36
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Sep 14 00:14:03 2022 +0200

    gnu: texlive-setspace: Add 'license' field.
    
    * gnu/packages/tex.scm (texlive-setspace)[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 c96887300f..9be9f73137 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11276,7 +11276,8 @@ lines in a document.  Package options include 
@code{singlespacing},
 @code{onehalfspacing}, and @code{doublespacing}.  Alternatively the spacing
 can be changed as required with the @code{\\singlespacing},
 @code{\\onehalfspacing}, and @code{\\doublespacing} commands.  Other size
-spacings also available.")))
+spacings also available.")
+    (license license:lppl)))
 
 (define-public texlive-pgfgantt
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]