From ea5f42dd187de64e15e435ab0a82ad2127b89270 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Sat, 6 Jun 2020 21:28:18 -0500 Subject: [PATCH] Update maintainer information --- lib/Data/XML/Types.hs | 3 --- xml-types.cabal | 10 +++++----- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/lib/Data/XML/Types.hs b/lib/Data/XML/Types.hs index c213c12..1db9374 100644 --- a/lib/Data/XML/Types.hs +++ b/lib/Data/XML/Types.hs @@ -8,9 +8,6 @@ -- Copyright: 2010-2011 John Millikin -- License: MIT -- --- Maintainer: jmillikin@gmail.com --- Portability: portable --- -- Basic types for representing XML. -- -- The idea is to have a full set of appropriate types, which various XML diff --git a/xml-types.cabal b/xml-types.cabal index b00d14e..3171052 100644 --- a/xml-types.cabal +++ b/xml-types.cabal @@ -4,21 +4,21 @@ synopsis: Basic types for representing XML license: MIT license-file: COPYING author: John Millikin -maintainer: jmillikin@gmail.com +maintainer: Stephen Paul Weber build-type: Simple cabal-version: >= 1.6 category: Text, XML stability: experimental -homepage: https://john-millikin.com/software/haskell-xml/ -bug-reports: mailto:jmillikin@gmail.com +homepage: https://git.singpolyma.net/xml-types-haskell +bug-reports: mailto:dev@singpolyma.net source-repository head type: git - location: https://john-millikin.com/code/haskell-xml-types/ + location: https://git.singpolyma.net/xml-types-haskell source-repository this type: git - location: https://john-millikin.com/code/haskell-xml-types/ + location: https://git.singpolyma.net/xml-types-haskell tag: xml-types_0.3.6 library -- 2.34.2