From 87e9841f9b4637daad322d5773a2efe0bed9f083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulysse=20G=C3=A9rard?= Date: Fri, 21 Jun 2024 16:59:57 +0200 Subject: [PATCH] Update opam file --- ocaml-index.opam | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ocaml-index.opam b/ocaml-index.opam index 511bd5a49..f0615f66c 100644 --- a/ocaml-index.opam +++ b/ocaml-index.opam @@ -6,8 +6,8 @@ description: maintainer: ["ulysse@tarides.com"] authors: ["ulysse@tarides.com"] license: "MIT" -homepage: "https://github.com/voodoos/ocaml-index" -bug-reports: "https://github.com/voodoos/ocaml-index/issues" +homepage: "https://github.com/ocaml/merlin/ocaml-index" +bug-reports: "https://github.com/ocaml/merlin/issues" depends: [ "dune" {>= "3.0.0"} "ocaml" {>= "5.2"} @@ -30,7 +30,4 @@ build: [ ] ["dune" "install" "-p" name "--create-install-files" name] ] -dev-repo: "git+https://github.com/voodoos/ocaml-index.git" -pin-depends: [ - ["merlin-lib.5.1-502" "git+https://github.com/ocaml/merlin"] -] +dev-repo: "git+https://github.com/ocaml/merlin.git"