diff options
| author | Anton Trunov | 2018-10-01 19:22:50 +0200 |
|---|---|---|
| committer | Anton Trunov | 2018-10-03 13:32:13 +0200 |
| commit | 257be4862014443c834a4113872516d77a412c2f (patch) | |
| tree | 10522901f2600db328eee6e52bb658f14d89e473 /mathcomp/character | |
| parent | 5f8d45b54aa98732ec3de43d91814459d5a2f2e4 (diff) | |
[opam]: add dev-repo links
This commit fixes the following issue:
```shell
$ opam pin add coq-mathcomp-ssreflect --dev
[ERROR] "dev-repo" field missing in coq-mathcomp-ssreflect metadata,
you'll need to specify the pinning location
```
This commit also changes http to https for the homepage links.
Diffstat (limited to 'mathcomp/character')
| -rw-r--r-- | mathcomp/character/opam | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mathcomp/character/opam b/mathcomp/character/opam index 3c94411..0f3dcf1 100644 --- a/mathcomp/character/opam +++ b/mathcomp/character/opam @@ -3,8 +3,9 @@ name: "coq-mathcomp-character" version: "dev" maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" -homepage: "http://math-comp.github.io/math-comp/" +homepage: "https://math-comp.github.io/math-comp/" bug-reports: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" +dev-repo: "https://github.com/math-comp/math-comp.git" license: "CeCILL-B" build: [ make "-j" "%{jobs}%" ] |
