From 7364335c07cc4bc2070370c3d89251c7e728147f Mon Sep 17 00:00:00 2001 From: Marcin Szamotulski Date: Thu, 16 Mar 2023 09:21:04 +0100 Subject: [PATCH] cardano-ping: preparation for 0.1.0.0 release Karl is the original author of `cardano-ping`, he agreed to help to maintain it. --- .github/CODEOWNERS | 2 +- cardano-ping/cardano-ping.cabal | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index eb47b2be465..d3ef81c2aba 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -24,7 +24,7 @@ cardano-client @coot cardano-ping @coot @input-output-hk/network-superowners scripts/haddocs.sh @coot @input-output-hk/network-superowners -scripts/install.ps1 @coot @input-output-hk/network-superowners +scripts/install.ps1 @coot @karknu @input-output-hk/network-superowners # Consensus Team diff --git a/cardano-ping/cardano-ping.cabal b/cardano-ping/cardano-ping.cabal index 97f859c0160..6d594df208b 100644 --- a/cardano-ping/cardano-ping.cabal +++ b/cardano-ping/cardano-ping.cabal @@ -7,9 +7,9 @@ description: Utility for pinging cardano nodes. license: Apache-2.0 license-files: LICENSE NOTICE -copyright: 2019-2022 Input Output (Hong Kong) Ltd. -author: Duncan Coutts, Marc Fontaine, Karl Knutsson, Marcin Szamotulski, Alexander Vieth, Neil Davies, John Ky -maintainer: duncan@well-typed.com, marcin.szamotulski@iohk.io, marc.fontaine@iohk.io, karl.knutsson@iohk.io, alex@well-typed.com, neil.davies@pnsol.com, john.ky@iohk.io +copyright: 2019-2023 Input Output Global Inc (IOG) +author: Karl Knutsson +maintainer: karl.knutsson-ext@cardanofoundation.org marcin.szamotulski@iohk.io category: Network build-type: Simple extra-source-files: CHANGELOG.md