From 0f8976954ed9ce51b18d36365001ce4574f81b66 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Wed, 30 Jan 2019 17:27:23 +0100 Subject: [PATCH] [opam] Correct dev-repos URL so it works with dune-release --- ppx_import.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppx_import.opam b/ppx_import.opam index 7f8b890..db90725 100644 --- a/ppx_import.opam +++ b/ppx_import.opam @@ -8,7 +8,7 @@ homepage: "https://github.com/ocaml-ppx/ppx_import" doc: "https://ocaml-ppx.github.io/ppx_import/" license: "MIT" bug-reports: "https://github.com/ocaml-ppx/ppx_import/issues" -dev-repo: "git://github.com/ocaml-ppx/ppx_import.git" +dev-repo: "git+https://github.com/ocaml-ppx/ppx_import.git" tags: [ "syntax" ] depends: [