From ddf01a7e7411a62a1a3242695cc056961228009a Mon Sep 17 00:00:00 2001 From: whitequark Date: Sun, 17 Jun 2018 14:45:17 +0000 Subject: [PATCH] Update URLs in opam file. --- ppx_deriving_yojson.opam | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ppx_deriving_yojson.opam b/ppx_deriving_yojson.opam index 66e72ac..9b4eb1c 100644 --- a/ppx_deriving_yojson.opam +++ b/ppx_deriving_yojson.opam @@ -3,10 +3,10 @@ version: "3.1" maintainer: "whitequark " authors: [ "whitequark " ] license: "MIT" -homepage: "https://github.com/whitequark/ppx_deriving_yojson" -doc: "http://whitequark.github.io/ppx_deriving_yojson" -bug-reports: "https://github.com/whitequark/ppx_deriving_yojson/issues" -dev-repo: "git://github.com/whitequark/ppx_deriving_yojson.git" +homepage: "https://github.com/ocaml-ppx/ppx_deriving_yojson" +doc: "http://ocaml-ppx.github.io/ppx_deriving_yojson" +bug-reports: "https://github.com/ocaml-ppx/ppx_deriving_yojson/issues" +dev-repo: "git://github.com/ocaml-ppx/ppx_deriving_yojson.git" tags: [ "syntax" "json" ] build: [ ["jbuilder" "subst" "-n" name] {pinned}