From 7d6270b385a724f6cb218f62cd6b085c1b0ab273 Mon Sep 17 00:00:00 2001 From: Lukasz Stafiniak Date: Tue, 22 Oct 2024 12:48:39 +0200 Subject: [PATCH] Missing maintainer email --- dune-project | 2 +- ppx_minidebug.opam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dune-project b/dune-project index 2f116e8..043e92f 100644 --- a/dune-project +++ b/dune-project @@ -9,7 +9,7 @@ (authors "Lukasz Stafiniak") -(maintainers "Lukasz Stafiniak") +(maintainers "Lukasz Stafiniak ") (license "LGPL-2.1-or-later") diff --git a/ppx_minidebug.opam b/ppx_minidebug.opam index acb088d..424be98 100644 --- a/ppx_minidebug.opam +++ b/ppx_minidebug.opam @@ -4,7 +4,7 @@ version: "2.0.2" synopsis: "Debug logs for selected functions and let-bindings" description: "Formatted logs of let-bound values, function arguments and results; `if` and `match` branches taken. Optionally, as collapsible HTML trees with highlights." -maintainer: ["Lukasz Stafiniak"] +maintainer: ["Lukasz Stafiniak "] authors: ["Lukasz Stafiniak"] license: "LGPL-2.1-or-later" tags: ["logger" "debugger" "printf debugging"]