From d257817af76a2539a0174583e8c2e14bd7b9f7a2 Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Tue, 28 Nov 2023 11:30:13 +0100 Subject: [PATCH] fixing submodule URL Signed-off-by: Csaba Kiraly --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index b03ee26..879cad6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "py-dht"] path = py-dht - url = git@github.comm:cortze/py-dht.git + url = https://github.com/cortze/py-dht