From 3548872a0ef1503cb71f030fa1be8256f76f3222 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Sun, 14 Feb 2021 10:45:25 -0500 Subject: [PATCH] Moved submodule over to use the official repository. --- .gitmodules | 2 +- java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 51eea4e..4c0ba5d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "java"] path = java - url = https://github.com/Syncleus/aparapi.git + url = https://git.qoto.org/aparapi/aparapi.git diff --git a/java b/java index a07b107..64395a5 160000 --- a/java +++ b/java @@ -1 +1 @@ -Subproject commit a07b107d3a93d3db13c43410b43bff9954a9fb45 +Subproject commit 64395a5e5119da8c0685eb11f70505e3b65b563e -- GitLab