From ba4962884509ceec63905dd6e0ccb429be4f9f66 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Sat, 4 Jun 2022 11:15:02 -0500 Subject: [PATCH] chore: update links in dune-project --- dune-project | 2 +- easy-format.opam | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dune-project b/dune-project index 1da8e97..259e118 100644 --- a/dune-project +++ b/dune-project @@ -1,7 +1,7 @@ (lang dune 3.2) (name easy-format) -(source (github mjambon/easy-format)) +(source (github ocaml-community/easy-format)) (generate_opam_files true) (license "BSD-3-Clause") (maintainers "martin@mjambon.com" "rudi.grinberg@gmail.com") diff --git a/easy-format.opam b/easy-format.opam index d81be04..deadbad 100644 --- a/easy-format.opam +++ b/easy-format.opam @@ -23,9 +23,9 @@ labelled with something like "int main", "let x =" or "x:".""" maintainer: ["martin@mjambon.com" "rudi.grinberg@gmail.com"] authors: ["Martin Jambon"] license: "BSD-3-Clause" -homepage: "https://github.com/mjambon/easy-format" +homepage: "https://github.com/ocaml-community/easy-format" doc: "https://mjambon.github.io/easy-format/" -bug-reports: "https://github.com/mjambon/easy-format/issues" +bug-reports: "https://github.com/ocaml-community/easy-format/issues" depends: [ "dune" {>= "3.2" & >= "1.10"} "ocaml" {>= "4.08"} @@ -45,4 +45,4 @@ build: [ "@doc" {with-doc} ] ] -dev-repo: "git+https://github.com/mjambon/easy-format.git" +dev-repo: "git+https://github.com/ocaml-community/easy-format.git"