From 40d25bb3c232c98397df22aa97d92d79cb7ada5d Mon Sep 17 00:00:00 2001 From: Alexander Diemand Date: Sun, 8 Sep 2019 12:27:24 +0200 Subject: [PATCH 1/2] adapted Signed-off-by: Alexander Diemand --- contra-tracer.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contra-tracer.cabal b/contra-tracer.cabal index d4d0f58..5345f50 100644 --- a/contra-tracer.cabal +++ b/contra-tracer.cabal @@ -1,11 +1,11 @@ name: contra-tracer version: 0.1.0.0 -synopsis: A simple interface for logging, tracing and monitoring +synopsis: Capturing observables for logging, tracing and monitoring -- description: license: Apache-2.0 license-files: LICENSE, NOTICE -author: Alexander Vieth -maintainer: operations@iohk.io +author: Alexander Vieth, Alexander Diemand, Andreas Triantafyllos +maintainer: alex@well-typed.com copyright: 2019 IOHK category: Logging build-type: Simple From dc37ca0763e506f11145c0cad0d479db092cc87e Mon Sep 17 00:00:00 2001 From: Alexander Diemand Date: Sun, 8 Sep 2019 12:54:15 +0200 Subject: [PATCH 2/2] readapted Signed-off-by: Alexander Diemand --- contra-tracer.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contra-tracer.cabal b/contra-tracer.cabal index 5345f50..0245790 100644 --- a/contra-tracer.cabal +++ b/contra-tracer.cabal @@ -1,6 +1,6 @@ name: contra-tracer version: 0.1.0.0 -synopsis: Capturing observables for logging, tracing and monitoring +synopsis: A simple interface for logging, tracing and monitoring -- description: license: Apache-2.0 license-files: LICENSE, NOTICE