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 | |
| parent | f807c7799283209c26b1a6131db8759e955e9b98 (diff) | |
| parent | 257be4862014443c834a4113872516d77a412c2f (diff) | |
Merge pull request #232 from anton-trunov/master
[opam]: add dev-repo links
| -rw-r--r-- | mathcomp/algebra/opam | 3 | ||||
| -rw-r--r-- | mathcomp/character/opam | 3 | ||||
| -rw-r--r-- | mathcomp/field/opam | 3 | ||||
| -rw-r--r-- | mathcomp/fingroup/opam | 3 | ||||
| -rw-r--r-- | mathcomp/solvable/opam | 3 | ||||
| -rw-r--r-- | mathcomp/ssreflect/opam | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/mathcomp/algebra/opam b/mathcomp/algebra/opam index 59dd47d..e60cdc2 100644 --- a/mathcomp/algebra/opam +++ b/mathcomp/algebra/opam @@ -3,8 +3,9 @@ name: "coq-mathcomp-algebra" 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}%" ] 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}%" ] 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}%" ] diff --git a/mathcomp/fingroup/opam b/mathcomp/fingroup/opam index a651a0e..862c2f1 100644 --- a/mathcomp/fingroup/opam +++ b/mathcomp/fingroup/opam @@ -3,8 +3,9 @@ name: "coq-mathcomp-fingroup" 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}%" ] diff --git a/mathcomp/solvable/opam b/mathcomp/solvable/opam index d978d1c..6e0bd16 100644 --- a/mathcomp/solvable/opam +++ b/mathcomp/solvable/opam @@ -3,8 +3,9 @@ name: "coq-mathcomp-solvable" 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}%" ] diff --git a/mathcomp/ssreflect/opam b/mathcomp/ssreflect/opam index 9975c68..c0ee83b 100644 --- a/mathcomp/ssreflect/opam +++ b/mathcomp/ssreflect/opam @@ -3,8 +3,9 @@ name: "coq-mathcomp-ssreflect" 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}%" ] |
