aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
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
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')
-rwxr-xr-xdev/ci/ci-basic-overlay.sh2
-rw-r--r--dev/ci/nix/default.nix2
2 files changed, 2 insertions, 2 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}"
########################################################################
diff --git a/dev/ci/nix/default.nix b/dev/ci/nix/default.nix
index c8ea59f08a..b3ced999f6 100644
--- a/dev/ci/nix/default.nix
+++ b/dev/ci/nix/default.nix
@@ -22,7 +22,7 @@ let ssreflect = coqPackages.ssreflect.overrideAttrs (o: {
}); in
let coq-ext-lib = coqPackages.coq-ext-lib.overrideAttrs (o: {
- src = fetchTarball "https://github.com/coq-ext-lib/coq-ext-lib/tarball/master";
+ src = fetchTarball "https://github.com/coq-community/coq-ext-lib/tarball/master";
}); in
let simple-io =