From f10ebb7427f57b8e518552e31383fa3d8937148c Mon Sep 17 00:00:00 2001 From: alex_s168 <63254202+alex-s168@users.noreply.github.com> Date: Sat, 15 Mar 2025 23:00:03 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 467ecab..e7e0e43 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Big Kotlin library adding features that the Kotlin standard library just does no repositories { maven { name = "alex's repo" - url = uri("http://207.180.202.42:8080/libs") + url = uri("http://maven.vxcc.dev/libs") isAllowInsecureProtocol = true } }