From 0c8c2f51525a721416a0775d11782fac1d2ce1ad Mon Sep 17 00:00:00 2001 From: Vadim Belman Date: Mon, 20 May 2019 15:33:10 -0400 Subject: [PATCH] Change URL of 3rdparty/nqp-configure submodule Ownership of nqp-configure repo has been transferred to Perl6 organization. It is recommended to run: git submodule sync git submodule update --init --recursive --remote --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 4936b80864..575253d3d1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "3rdparty/nqp-configure"] path = 3rdparty/nqp-configure - url = https://github.com/vrurg/nqp-configure.git + url = https://github.com/perl6/nqp-configure.git