Skip to content

Commit 20dedfe

Browse files
committed
Update submodules
1 parent ddeab06 commit 20dedfe

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- startup
119119
- deploy
120120
docker:
121-
- image: ysli/coq
121+
- image: coqorg/coq
122122

123123
workflows:
124124
version: 2

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "coqdocjs"]
22
path = coqdocjs
3-
url = https://github.com/tebbi/coqdocjs.git
3+
url = https://github.com/coq-community/coqdocjs.git
44
[submodule "templates"]
55
path = templates
66
url = https://github.com/coq-ext-lib/templates.git

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
[gitter-link]: https://gitter.im/coq-community/Lobby
1919

2020

21+
2122
A collection of theories and plugins that may be useful in other Coq developments.
2223

2324
## Meta
@@ -29,7 +30,7 @@ A collection of theories and plugins that may be useful in other Coq development
2930
- Yishuai Li ([**@liyishuai**](https://github.com/liyishuai))
3031
- License: [The FreeBSD Copyright](LICENSE)
3132
- Compatible Coq versions: Coq 8.8 or later
32-
- Additional Coq dependencies: none
33+
- Additional dependencies: none
3334
- Coq namespace: `ExtLib`
3435
- Related publication(s): none
3536

templates

0 commit comments

Comments
 (0)