Skip to content

Commit

Permalink
adjust metadata after move to coq-community
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Sep 9, 2020
1 parent c660678 commit c3b370c
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 10 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
# Gaia

[![CI][action-shield]][action-link]
[![Contributing][contributing-shield]][contributing-link]
[![Code of Conduct][conduct-shield]][conduct-link]
[![Zulip][zulip-shield]][zulip-link]

[action-shield]: https://github.com/palmskog/gaia/workflows/CI/badge.svg?branch=master
[action-link]: https://github.com/palmskog/gaia/actions?query=workflow%3ACI
[action-shield]: https://github.com/coq-community/gaia/workflows/CI/badge.svg?branch=master
[action-link]: https://github.com/coq-community/gaia/actions?query=workflow%3ACI

[contributing-shield]: https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
[contributing-link]: https://github.com/coq-community/manifesto/blob/master/CONTRIBUTING.md

[conduct-shield]: https://img.shields.io/badge/%E2%9D%A4-code%20of%20conduct-%23f15a24.svg
[conduct-link]: https://github.com/coq-community/manifesto/blob/master/CODE_OF_CONDUCT.md

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



Expand All @@ -18,6 +29,8 @@ and number theory.
- José Grimm
- Alban Quadrat
- Carlos Simpson
- Coq-community maintainer(s):
- Laurent Théry ([**@thery**](https://github.com/thery))
- License: [MIT License](LICENSE)
- Compatible Coq versions: 8.10 or later
- Additional dependencies:
Expand All @@ -36,7 +49,7 @@ and number theory.
## Building instructions

``` shell
git clone https://github.com/palmskog/gaia
git clone https://github.com/coq-community/gaia
cd gaia
make # or make -j <number-of-cores-on-your-machine>
```
Expand Down
6 changes: 3 additions & 3 deletions coq-gaia.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ opam-version: "2.0"
maintainer: "[email protected]"
version: "dev"

homepage: "https://github.com/palmskog/gaia"
dev-repo: "git+https://github.com/palmskog/gaia.git"
bug-reports: "https://github.com/palmskog/gaia/issues"
homepage: "https://github.com/coq-community/gaia"
dev-repo: "git+https://github.com/coq-community/gaia.git"
bug-reports: "https://github.com/coq-community/gaia/issues"
license: "MIT"

synopsis: "Implementation of books from Bourbaki's Elements of Mathematics in Coq"
Expand Down
10 changes: 7 additions & 3 deletions meta.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
fullname: Gaia
shortname: gaia
organization: palmskog
community: false
organization: coq-community
community: true
dune: true
action: true

Expand Down Expand Up @@ -36,6 +36,10 @@ authors:
- name: Alban Quadrat
- name: Carlos Simpson

maintainers:
- name: Laurent Théry
nickname: thery

opam-file-maintainer: [email protected]

opam-file-version: dev
Expand Down Expand Up @@ -82,7 +86,7 @@ build: |-
## Building instructions
``` shell
git clone https://github.com/palmskog/gaia
git clone https://github.com/coq-community/gaia
cd gaia
make # or make -j <number-of-cores-on-your-machine>
```
Expand Down
2 changes: 1 addition & 1 deletion theories/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(coq.theory
(name gaia)
(package coq-gaia)
(synopsis "An implementation of the theory of sets (following Bourbaki) in Coq")
(synopsis "Implementation of books from Bourbaki's Elements of Mathematics in Coq")
(flags -w -notation-overridden -w -notation-incompatible-format -w -ambiguous-paths))

0 comments on commit c3b370c

Please sign in to comment.