From d014f6e2d2ec1fa5d6691f69337b27cfb5a558f0 Mon Sep 17 00:00:00 2001 From: TQ Hirsch Date: Sun, 3 Mar 2024 15:02:34 +0100 Subject: [PATCH] Updated remote URL for async-tftp-rs so that it can be checked out anomymously --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index c407f98..ec87a8a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "vendor/async-tftp-rs"] path = vendor/async-tftp-rs - url = git@github.com:thequux/async-tftp-rs.git + url = https://github.com/thequux/async-tftp-rs.git