From 9c470a5fa020718bae6c5e740ba378b885b4057f Mon Sep 17 00:00:00 2001 From: Will Robertson Date: Wed, 14 Feb 2024 16:21:04 +1030 Subject: [PATCH] Update metadata in build.lua --- build.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.lua b/build.lua index 0743dad..69fc02c 100755 --- a/build.lua +++ b/build.lua @@ -146,9 +146,9 @@ uploadconfig = { author = "Will Robertson", license = "lppl1.3c", summary = "Advanced font selection in XeLaTeX and LuaLaTeX", - ctanPath = "/macros/latex/contrib/fontspec", - repository = "https://github.com/wspr/fontspec/", - bugtracker = "https://github.com/wspr/fontspec/issues", + ctanPath = "/macros/unicodetex/latex/fontspec", + repository = "https://github.com/latex3/fontspec/", + bugtracker = "https://github.com/latex3/fontspec/issues", } local function prequire(m) -- from: https://stackoverflow.com/a/17878208