From ca80d6c53d1247260d3db5d01de1c15fb6d5c0c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vivien=20Mah=C3=A9?= Date: Fri, 2 Feb 2024 09:18:13 +0100 Subject: [PATCH] Update libraries.json Add a "/" at the end of the URL to avoid 404 errors when fetching lib. --- libraries.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries.json b/libraries.json index 5f1f49ed..985976a1 100644 --- a/libraries.json +++ b/libraries.json @@ -1172,6 +1172,6 @@ { "github": "Tweener/c-zan", "category": "UI", - "maven": "https://repo1.maven.org/maven2/io/github/tweener/czan" + "maven": "https://repo1.maven.org/maven2/io/github/tweener/czan/" } ]