From 99ce9fcaee947782338c8f5ddda033405f355b4f Mon Sep 17 00:00:00 2001 From: Markus Kohm Date: Mon, 1 Nov 2021 11:54:31 +0100 Subject: [PATCH] license and topic in uploadconfig fixed --- build.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.lua b/build.lua index 24a9a8e..373f51b 100644 --- a/build.lua +++ b/build.lua @@ -44,9 +44,9 @@ uploadconfig = { pkg = "uni-titlepage", version = release_info, author = "Markus Kohm", - licencse = "lppl1.3c", + license = "lppl1.3c", summary = "extended universal titlepages (with several demo configurations)", - topic = "uni-titlepage", + topic = "titlepage", ctanPath = "/macros/latex/contrib/uni-titlepage", bugtracker = "https://github.com/komascript/uni-titlepage/issues", home = "https://github.com/komascript/uni-titlepage",