From 257be4862014443c834a4113872516d77a412c2f Mon Sep 17 00:00:00 2001 From: Anton Trunov Date: Mon, 1 Oct 2018 19:22:50 +0200 Subject: [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. --- mathcomp/solvable/opam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mathcomp/solvable') 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 " -homepage: "http://math-comp.github.io/math-comp/" +homepage: "https://math-comp.github.io/math-comp/" bug-reports: "Mathematical Components " +dev-repo: "https://github.com/math-comp/math-comp.git" license: "CeCILL-B" build: [ make "-j" "%{jobs}%" ] -- cgit v1.2.3