From 1eb91307b47cb46508273d4f63faa95a8173a411 Mon Sep 17 00:00:00 2001 From: Anil Madhavapeddy Date: Thu, 20 Feb 2020 21:53:23 -0800 Subject: [PATCH] update urls to ocurrent org --- ocaml-version.opam | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/ocaml-version.opam b/ocaml-version.opam index eae8386..8a1670b 100644 --- a/ocaml-version.opam +++ b/ocaml-version.opam @@ -3,9 +3,9 @@ maintainer: "Anil Madhavapeddy " authors: "Anil Madhavapeddy " license: "ISC" tags: "org:ocamllabs" -homepage: "https://github.com/avsm/ocaml-version" -doc: "https://avsm.github.io/ocaml-version/doc" -bug-reports: "https://github.com/avsm/ocaml-version/issues" +homepage: "https://github.com/ocurrent/ocaml-version" +doc: "https://ocurrent.github.io/ocaml-version/doc" +bug-reports: "https://github.com/ocurrent/ocaml-version/issues" depends: [ "ocaml" {>= "4.02.0"} "dune" @@ -15,7 +15,7 @@ build: [ ["dune" "subst"] {pinned} ["dune" "build" "-p" name "-j" jobs] ] -dev-repo: "git+https://github.com/avsm/ocaml-version.git" +dev-repo: "git+https://github.com/ocurrent/ocaml-version.git" synopsis: "Manipulate, parse and generate OCaml compiler version strings" description: """ This library provides facilities to parse version numbers of the OCaml @@ -31,13 +31,10 @@ functionality: - Test compiler versions for a particular feature (e.g. the `bytes` type) - [opam](https://opam.ocaml.org) compiler switch enumeration. -Browse the [API documentation](http://anil-code.recoil.org/ocaml-version/ocaml-version/Ocaml_version/index.html) for more -details. - ### Further information - **Discussion:** Post on with the `ocaml` tag under the Ecosystem category. -- **Bugs:** +- **Bugs:** - **Docs:** """