From 61ef91f17a1b9dcde98dfdb3ab34b438c5b2bd73 Mon Sep 17 00:00:00 2001 From: Lennard Kittner Date: Sun, 16 Nov 2025 13:14:08 +0100 Subject: [PATCH] Use https in modules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 69a7268..2cbede2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "vendor/hidapi"] path = vendor/hidapi - url = git@github.com:ruabmbua/hidapi-rs.git + url = https://github.com/ruabmbua/hidapi-rs.git