diff options
| author | Enrico | 2018-10-25 17:12:53 +0200 |
|---|---|---|
| committer | GitHub | 2018-10-25 17:12:53 +0200 |
| commit | e7d908b345a7a40ae4dd25338d2bebde3bf19cff (patch) | |
| tree | cc01ae0a18bec3b4ffbf0eb93dedaf7be1d02c59 /mathcomp/field | |
| parent | f807c7799283209c26b1a6131db8759e955e9b98 (diff) | |
| parent | 257be4862014443c834a4113872516d77a412c2f (diff) | |
Merge pull request #232 from anton-trunov/master
[opam]: add dev-repo links
Diffstat (limited to 'mathcomp/field')
| -rw-r--r-- | mathcomp/field/opam | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mathcomp/field/opam b/mathcomp/field/opam index cd09358..2624714 100644 --- a/mathcomp/field/opam +++ b/mathcomp/field/opam @@ -3,8 +3,9 @@ name: "coq-mathcomp-field" 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}%" ] |
