diff options
| author | Antonio Nikishaev | 2020-04-29 00:51:29 +0400 |
|---|---|---|
| committer | Antonio Nikishaev | 2020-04-29 00:51:29 +0400 |
| commit | 6df2068c5f98fa0c4aa4fc67273ec9378a2ba0fc (patch) | |
| tree | 07cba04ff31736b644ede2c0133b6dabac97c25f /dev/ci/nix | |
| parent | d15b99d93b67f37a0c572950868713b2a7a2b1a4 (diff) | |
CI: ext-lib is at coq-community now
Diffstat (limited to 'dev/ci/nix')
| -rw-r--r-- | dev/ci/nix/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |
