From 884e18f3703c126add2dc18615a3c3b28b7f1da3 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 15 Oct 2016 20:55:42 -0600 Subject: [PATCH] Use own openlibm --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index f7f04bf..ff962e1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,7 +12,7 @@ url = https://github.com/redox-os/ion.git [submodule "openlibm"] path = openlibm - url = https://github.com/JuliaLang/openlibm.git + url = https://github.com/redox-os/openlibm.git [submodule "programs/coreutils"] path = programs/coreutils url = https://github.com/redox-os/coreutils.git