Skip to content

Commit b7c25d4

Browse files
committed
Update bullseye submodule and cloning to https
Notes: * This is because GitLab has removed support for the insecure 'git://' protocol
1 parent a179c3c commit b7c25d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "cmake"]
22
path = cmake
3-
url = git://github.com/dlech/vala-cmake-modules
3+
url = https://github.com/dlech/vala-cmake-modules
44
[submodule "doc/sphinx/_html_extra"]
55
path = doc/sphinx/_html_extra
66
url = https://github.com/ev3dev/ev3devKit.git

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This is currently in the development stages and is unstable.
2020

2121
This project uses git and git submodules.
2222

23-
git clone --recursive git://github.com/ev3dev/ev3devKit
23+
git clone --recursive https://github.com/ev3dev/ev3devKit
2424

2525

2626
## Cross-compiling for the EV3

0 commit comments

Comments
 (0)