diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-09-14 00:14:03 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-09-14 00:14:51 +0200 |
commit | 5017b1bc3ae9f2579a6b975fc373de9862a22f36 (patch) | |
tree | a609c983a66899f785621406b0ef407671b9be47 /gnu/packages | |
parent | ac17d6ebf8629109949a68df5857c54e872562c0 (diff) |
gnu: texlive-setspace: Add 'license' field.
* gnu/packages/tex.scm (texlive-setspace)[license]: New field.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tex.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 |