[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Refer to current GitHub repo (6269249)

Marcel Fabian Krüger tex at 2krueger.de
Sun Mar 15 14:09:28 CET 2020


Repository : https://github.com/latex3/luaotfload
On branch  : dev
Link       : https://github.com/latex3/luaotfload/commit/6269249946d3ac17193a552439df95354f9bf537

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

commit 6269249946d3ac17193a552439df95354f9bf537
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Sun Mar 15 14:09:28 2020 +0100

    Refer to current GitHub repo


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

6269249946d3ac17193a552439df95354f9bf537
 src/luaotfload-diagnostics.lua | 8 ++++----
 src/luaotfload-tool.lua        | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/luaotfload-diagnostics.lua b/src/luaotfload-diagnostics.lua
index 81cad96..4e60fab 100644
--- a/src/luaotfload-diagnostics.lua
+++ b/src/luaotfload-diagnostics.lua
@@ -307,9 +307,9 @@ else
     local https = require "ssl.https"
 
     local gh_api_root     = [[https://api.github.com]]
-    local release_url     = [[https://github.com/lualatex/luaotfload/releases]]
-    local luaotfload_repo = [[lualatex/luaotfload]]
-    local user_agent      = [[lualatex/luaotfload integrity check]]
+    local release_url     = [[https://github.com/latex3/luaotfload/releases]]
+    local luaotfload_repo = [[latex3/luaotfload]]
+    local user_agent      = [[latex3/luaotfload integrity check]]
     local shortbytes = 8
 
     local function gh_shortrevision (rev)
@@ -681,7 +681,7 @@ local function diagnose (job)
                         github:
 
                             × http://www.ctan.org/pkg/luaotfload 
-                            × https://github.com/lualatex/luaotfload/releases
+                            × https://github.com/latex3/luaotfload/releases
 
                         If you are uncertain as to how to proceed, then
                         ask on the lualatex mailing list:
diff --git a/src/luaotfload-tool.lua b/src/luaotfload-tool.lua
index 6b46c4d..1ded7f6 100755
--- a/src/luaotfload-tool.lua
+++ b/src/luaotfload-tool.lua
@@ -42,7 +42,7 @@ This file is a wrapper for the luaotfload font names module
 (luaotfload-database.lua). It is part of the luaotfload bundle, please
 see the luaotfload documentation for more info. Report bugs to
 
-    \url{https://github.com/lualatex/luaotfload/issues}.
+    \url{https://github.com/latex3/luaotfload/issues}.
 
 --doc]]--
 
@@ -340,7 +340,7 @@ local about = [[
 %s:
         Luaotfload font management and diagnostic utility.
         License: GNU GPL v2.0.
-        Report problems to <https://github.com/lualatex/luaotfload/issues>
+        Report problems to <https://github.com/latex3/luaotfload/issues>
 ]]
 
 local function version_msg ( )





More information about the latex3-commits mailing list.