aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-basic-overlay.sh
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2020-04-29 15:40:22 +0200
committerEmilio Jesus Gallego Arias2020-04-29 15:40:22 +0200
commiteb45539eb9e757ea5b520ddc06897bcef8f27af8 (patch)
tree47715f91fa9e5a5f8f97e5a577d5ba2019cedaeb /dev/ci/ci-basic-overlay.sh
parent87ff39da8bcf63e558e8bd45a1c9c9cbaf848b25 (diff)
parent6df2068c5f98fa0c4aa4fc67273ec9378a2ba0fc (diff)
Merge PR #12198: CI: change ext-lib url, it is at coq-community now
Reviewed-by: Zimmi48 Reviewed-by: ejgallego
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
-rwxr-xr-xdev/ci/ci-basic-overlay.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh
index 88f410ef04..f7a8851af7 100755
--- a/dev/ci/ci-basic-overlay.sh
+++ b/dev/ci/ci-basic-overlay.sh
@@ -249,7 +249,7 @@
# ext-lib
########################################################################
: "${ext_lib_CI_REF:=master}"
-: "${ext_lib_CI_GITURL:=https://github.com/coq-ext-lib/coq-ext-lib}"
+: "${ext_lib_CI_GITURL:=https://github.com/coq-community/coq-ext-lib}"
: "${ext_lib_CI_ARCHIVEURL:=${ext_lib_CI_GITURL}/archive}"
########################################################################