From 4c6c44bd1bb218ec94aa53f3651bc903bed11eca Mon Sep 17 00:00:00 2001 From: DavidMazarro Date: Tue, 8 Feb 2022 16:36:14 +0100 Subject: [PATCH] Changed package maintainer from Juan Paucar to Cristhian Motoche --- example/example.cabal | 2 +- hapistrano.cabal | 2 +- src/System/Hapistrano/Commands.hs | 2 +- src/System/Hapistrano/Commands/Internal.hs | 2 +- src/System/Hapistrano/Config.hs | 2 +- src/System/Hapistrano/Core.hs | 2 +- src/System/Hapistrano/Types.hs | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/example/example.cabal b/example/example.cabal index 0f81322..20f4355 100644 --- a/example/example.cabal +++ b/example/example.cabal @@ -5,7 +5,7 @@ description: This is an example project that has been created in order to test the deployment process using the working_dir feature of hapistrano. author: Justin Leitgeb -maintainer: jpaucar@stackbuilders.com +maintainer: cmotoche@stackbuilders.com copyright: 2015-Present Stack Builders Inc. license: MIT license-file: ../LICENSE diff --git a/hapistrano.cabal b/hapistrano.cabal index e617ba4..194c873 100644 --- a/hapistrano.cabal +++ b/hapistrano.cabal @@ -21,7 +21,7 @@ description: license: MIT license-file: LICENSE author: Justin Leitgeb -maintainer: jpaucar@stackbuilders.com +maintainer: cmotoche@stackbuilders.com copyright: 2015-Present Stack Builders Inc. category: System homepage: https://github.com/stackbuilders/hapistrano diff --git a/src/System/Hapistrano/Commands.hs b/src/System/Hapistrano/Commands.hs index 6e6b4f1..8fa97f4 100644 --- a/src/System/Hapistrano/Commands.hs +++ b/src/System/Hapistrano/Commands.hs @@ -3,7 +3,7 @@ -- Copyright : © 2015-Present Stack Builders -- License : MIT -- --- Maintainer : Juan Paucar +-- Maintainer : Cristhian Motoche -- Stability : experimental -- Portability : portable -- diff --git a/src/System/Hapistrano/Commands/Internal.hs b/src/System/Hapistrano/Commands/Internal.hs index cc90413..8352b4b 100644 --- a/src/System/Hapistrano/Commands/Internal.hs +++ b/src/System/Hapistrano/Commands/Internal.hs @@ -3,7 +3,7 @@ -- Copyright : © 2015-Present Stack Builders -- License : MIT -- --- Maintainer : Juan Paucar +-- Maintainer : Cristhian Motoche -- Stability : experimental -- Portability : portable -- diff --git a/src/System/Hapistrano/Config.hs b/src/System/Hapistrano/Config.hs index ffdd37e..c282754 100644 --- a/src/System/Hapistrano/Config.hs +++ b/src/System/Hapistrano/Config.hs @@ -3,7 +3,7 @@ -- Copyright : © 2015-Present Stack Builders -- License : MIT -- --- Maintainer : Juan Paucar +-- Maintainer : Cristhian Motoche -- Stability : experimental -- Portability : portable -- diff --git a/src/System/Hapistrano/Core.hs b/src/System/Hapistrano/Core.hs index ebca33b..e6f8b24 100644 --- a/src/System/Hapistrano/Core.hs +++ b/src/System/Hapistrano/Core.hs @@ -3,7 +3,7 @@ -- Copyright : © 2015-Present Stack Builders -- License : MIT -- --- Maintainer : Juan Paucar +-- Maintainer : Cristhian Motoche -- Stability : experimental -- Portability : portable -- diff --git a/src/System/Hapistrano/Types.hs b/src/System/Hapistrano/Types.hs index ab47499..6247b12 100644 --- a/src/System/Hapistrano/Types.hs +++ b/src/System/Hapistrano/Types.hs @@ -3,7 +3,7 @@ -- Copyright : © 2015-Present Stack Builders -- License : MIT -- --- Maintainer : Juan Paucar +-- Maintainer : Cristhian Motoche -- Stability : experimental -- Portability : portable --