Skip to content

Commit 2c809f1

Browse files
committedNov 26, 2024
perf: update package name data
1 parent f15e5b4 commit 2c809f1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed
 

‎packages/data/data/package-names.json

+2-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/data/scripts/generate-namemap.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ namespace JSONL {
6161

6262
namespace ctan {
6363
export const MASTER_URL = new URL(
64-
'http://dante.ctan.org/tex-archive/systems/texlive/tlnet/',
64+
'systems/texlive/tlnet/',
65+
'https://mirror.math.princeton.edu/pub/CTAN/',
6566
);
6667

6768
export namespace api {

0 commit comments

Comments
 (0)
Please sign in to comment.