From 71fa689945d20de158f90322fd1e523309157ea7 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Sat, 28 Feb 2026 02:01:21 +0100 Subject: [PATCH] Updated index URL --- README.md | 2 +- deploy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b96b56..72c5526 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A library to parse configuration files. You can install the library using pip: ```bash -pip install config-parser --index-url https://jcloud-services.ddns.net/simple/ +pip install config-parser --index-url https://repo.jcloud-services.ddns.net/simple/ ``` ## Usage diff --git a/deploy.sh b/deploy.sh index 688313e..36fb1d6 100755 --- a/deploy.sh +++ b/deploy.sh @@ -15,4 +15,4 @@ # limitations under the License. python3 -m build -scp dist/* jcloud@jcloud-services.ddns.net:/srv/data/jcloud/htdocs/simple/config-parser \ No newline at end of file +scp dist/* jcloud@jcloud-services.ddns.net:/srv/data/wwwstatic/repo/simple/config-parser \ No newline at end of file