From c001fdd6eb7a92cf133884feb93f1ab6fbb93a84 Mon Sep 17 00:00:00 2001 From: nick87720z Date: Sat, 2 Jan 2021 16:18:56 +0500 Subject: [PATCH 1/2] Use secure urls in .gitmodules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 2437769..8fdea67 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "robtk"] path = robtk - url = git://github.com/x42/robtk + url = https://github.com/x42/robtk From 4766e7a704f51380d8de477110b5d841501d944f Mon Sep 17 00:00:00 2001 From: nick87720z Date: Sat, 2 Jan 2021 16:21:29 +0500 Subject: [PATCH 2/2] use https github urls in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e114f1..9b33ad8 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Compiling darc.lv2 requires the LV2 SDK, jack-headers, gnu-make, a c++-compiler, liblo, libpango, libcairo and openGL (sometimes called: glu, glx, mesa). ```bash - git clone git://github.com/x42/darc.lv2.git + git clone https://github.com/x42/darc.lv2.git cd darc.lv2 make submodules make