[latex3-commits] [git/LaTeX3-latex3-luaotfload] next-dev: adapted uploadconfig to new location (97e6573)

Ulrike Fischer fischer at troubleshooting-tex.de
Fri Aug 16 00:28:59 CEST 2019


Repository : https://github.com/latex3/luaotfload
On branch  : next-dev
Link       : https://github.com/latex3/luaotfload/commit/97e6573d44cc8c2aa1d5de85ca2db869b7ed8b39

>---------------------------------------------------------------

commit 97e6573d44cc8c2aa1d5de85ca2db869b7ed8b39
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Fri Aug 16 00:28:59 2019 +0200

    adapted uploadconfig to new location


>---------------------------------------------------------------

97e6573d44cc8c2aa1d5de85ca2db869b7ed8b39
 build.lua | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.lua b/build.lua
index dab0768..ed5d4e1 100644
--- a/build.lua
+++ b/build.lua
@@ -47,10 +47,10 @@ uploadconfig = {
   author     = "... as before ...",  
   license    = "gpl2",
   summary    = "OpenType ‘loader’ for Plain TeX and LaTeX",
-  ctanPath   = "/macros/luatex/generic/luaotfload",
-  repository = mydata.github .. "luaotfload",
-  bugtracker = mydata.github .. "luaotfload/issues",
-  support    = mydata.github .. "luaotfload/issues",
+  ctanPath   = "/macros/luatex/generic/"..ctanpkg,
+  repository = "https://github.com/latex3/luaotfload",
+  bugtracker = "https://github.com/latex3/luaotfload/issues",
+  support    = "https://github.com/latex3/luaotfload/issues",
   uploader   = mydata.name,
   email      = mydata.email, 
   update     = true ,





More information about the latex3-commits mailing list