diff options
author | Clare Macrae <github@cfmacrae.fastmail.co.uk> | 2014-07-08 21:18:31 +0100 |
---|---|---|
committer | Clare Macrae <github@cfmacrae.fastmail.co.uk> | 2014-07-08 21:18:31 +0100 |
commit | 5769f178e1d5d0dcbdd9d97e968579b30c74e275 (patch) | |
tree | 98d1a0ea95dcf7ad830b8a01b4fb903acb7cdf98 | |
parent | 7d6da118d30c8682d64ee10c99259ac69c34b5be (diff) | |
download | pandoc-5769f178e1d5d0dcbdd9d97e968579b30c74e275.tar.gz |
Put myself as maintainer (#1398)
-rw-r--r-- | src/Text/Pandoc/Writers/DokuWiki.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/DokuWiki.hs b/src/Text/Pandoc/Writers/DokuWiki.hs index ea56ac393..c5f09db5a 100644 --- a/src/Text/Pandoc/Writers/DokuWiki.hs +++ b/src/Text/Pandoc/Writers/DokuWiki.hs @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Copyright : Copyright (C) 2008-2014 John MacFarlane License : GNU GPL, version 2 or above - Maintainer : John MacFarlane <jgm@berkeley.edu> + Maintainer : Clare Macrae <clare.macrae@googlemail.com> Stability : alpha Portability : portable |