From aade3caf6a8a6f84b75057d754045a96b2c3e689 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Sat, 28 Feb 2026 02:03:20 +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 8aff56a..b56c89f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A simple library for creating text tables. You can install the library using pip: ```bash -pip install text-table --index-url https://jcloud-services.ddns.net/simple/ +pip install text-table --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