From a2d85016ba1f6489429be52fd27fce1d015a2cdb Mon Sep 17 00:00:00 2001 From: Ben Bellick Date: Mon, 14 Oct 2024 15:20:17 -0500 Subject: [PATCH] Forgot to update opam file --- ppx_deriving_decoders.opam | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ppx_deriving_decoders.opam b/ppx_deriving_decoders.opam index 08c5b4a..f87e28b 100644 --- a/ppx_deriving_decoders.opam +++ b/ppx_deriving_decoders.opam @@ -4,10 +4,10 @@ version: "0.1" synopsis: "Deriving Decoders using PPX" description: "Using mattjbray/ocaml-decoders, use a ppx to automatically generate instances of a decoder for a particular type using PPX." -maintainer: ["Ben Bellick"] -authors: ["Ben Bellick"] +maintainer: ["Ben Bellick "] +authors: ["Ben Bellick "] license: "MIT" -tags: ["topics" "decoders" "decoding" "json" "ppx"] +tags: ["decoders" "decoding" "json" "ppx"] homepage: "https://github.com/benbellick/ppx_deriving_decoders" doc: "https://github.com/benbellick/ppx_deriving_decoders" bug-reports: "https://github.com/benbellick/ppx_deriving_decoders/issues"