From a05d497774d0318525c49a39dc3bae8d26da9c1a Mon Sep 17 00:00:00 2001 From: felix Date: Sat, 2 Mar 2024 16:22:01 +0100 Subject: [PATCH] upgrade/data/remote.json aktualisiert http -> https --- upgrade/data/remote.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade/data/remote.json b/upgrade/data/remote.json index ef7cbb0e..6096b5c1 100644 --- a/upgrade/data/remote.json +++ b/upgrade/data/remote.json @@ -1,4 +1,4 @@ { - "host": "http://repo.dbxe.de/dbxe/dbxe.git", + "host": "https://repo.dbxe.de/dbxe/dbxe.git", "branch": "master" }