Skip to content

Commit 9aa0ebf

Browse files
committed
fix(build): license is a multi field
1 parent 243c93f commit 9aa0ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ uploadconfig = {
6363
ctanPath = "/graphics/pgf/base",
6464
description = [[<p>PGF is a macro package for creating graphics. It is platform- and format-independent and works together with the most important TeX backend drivers, including pdfTeX and dvips. It comes with a user-friendly syntax layer called TikZ.<br></p><p>Its usage is similar to <a data-cke-saved-href="/pkg/pstricks-base" href="/pkg/pstricks-base">pstricks</a> and the standard picture environment. PGF works with plain (pdf-)TeX, (pdf-)LaTeX, and ConTeXt. Unlike <a data-cke-saved-href="/pkg/pstricks-base" href="/pkg/pstricks-base">pstricks</a>, it can produce either PostScript or PDF output.<br></p>]],
6565
email = "pgf-tikz@tug.org",
66-
license = "fdl;gpl2;lppl1.3c",
66+
license = { "fdl", "gpl2", "lppl1.3c" },
6767
note_file = "CTAN_NOTES.md",
6868
pkg = "pgf",
6969
repository = "https://github.com/pgf-tikz/pgf",

0 commit comments

Comments
 (0)