Skip to content

Commit 973e4bb

Browse files
committed
Regenerate files from latest templates.
Includes a move from the Gitter badge to the Zulip badge in README. Note: we are not there yet regarding the CircleCI template nor the opam file to allow regenerating these files blindly, but the coq-ext-lib/templates fork no longer contains anything that cannot be achieved with coq-community/templates.
1 parent a47ce03 commit 973e4bb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![CircleCI][circleci-shield]][circleci-link]
44
[![Contributing][contributing-shield]][contributing-link]
55
[![Code of Conduct][conduct-shield]][conduct-link]
6-
[![Gitter][gitter-shield]][gitter-link]
6+
[![Zulip][zulip-shield]][zulip-link]
77

88
[circleci-shield]: https://circleci.com/gh/coq-community/coq-ext-lib.svg?style=svg
99
[circleci-link]: https://circleci.com/gh/coq-community/coq-ext-lib
@@ -14,8 +14,8 @@
1414
[conduct-shield]: https://img.shields.io/badge/%E2%9D%A4-code%20of%20conduct-%23f15a24.svg
1515
[conduct-link]: https://github.com/coq-community/manifesto/blob/master/CODE_OF_CONDUCT.md
1616

17-
[gitter-shield]: https://img.shields.io/badge/chat-on%20gitter-%23c1272d.svg
18-
[gitter-link]: https://gitter.im/coq-community/Lobby
17+
[zulip-shield]: https://img.shields.io/badge/chat-on%20zulip-%23c1272d.svg
18+
[zulip-link]: https://coq.zulipchat.com/#narrow/stream/237663-coq-community-devs.20.26.20users
1919

2020

2121

@@ -47,7 +47,7 @@ opam install coq-ext-lib
4747
To instead build and install manually, do:
4848

4949
``` shell
50-
git clone https://github.com/coq-community/coq-ext-lib
50+
git clone https://github.com/coq-community/coq-ext-lib.git
5151
cd coq-ext-lib
5252
make theories # or make -j <number-of-cores-on-your-machine> theories
5353
make install

meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tested_coq_opam_versions:
3737
- version: '8.11'
3838
- version: 'dev'
3939

40-
target: theories
40+
make_target: theories
4141
namespace: ExtLib
4242

4343
documentation: |

0 commit comments

Comments
 (0)