M lib/Data/XML/Types.hs => lib/Data/XML/Types.hs +0 -3
@@ 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
M xml-types.cabal => xml-types.cabal +5 -5
@@ 4,21 4,21 @@ synopsis: Basic types for representing XML
license: MIT
license-file: COPYING
author: John Millikin <jmillikin@gmail.com>
-maintainer: jmillikin@gmail.com
+maintainer: Stephen Paul Weber <singpolyma@singpolyma.net>
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