From 8e1927dc7decad9224daeab7fde3a74b7a4855d2 Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Fri, 24 Aug 2018 23:53:00 +0200 Subject: [PATCH] modules https --- kernel-rs/.gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel-rs/.gitmodules b/kernel-rs/.gitmodules index 820f6043..6b9b26f1 100644 --- a/kernel-rs/.gitmodules +++ b/kernel-rs/.gitmodules @@ -1,6 +1,6 @@ [submodule "multiboot2-elf64"] path = multiboot2-elf64 - url = git@github.com:jzck/multiboot2-elf64.git + url = https://github.com/jzck/multiboot2-elf64.git [submodule "x86"] path = x86 url = https://github.com/jzck/x86.git