diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2017-05-13 22:14:29 +0200 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2017-05-13 23:18:10 +0200 |
commit | 62d34c79b9b00cc37ea395f70abd2c25eccf4cf8 (patch) | |
tree | bb7652f5651eb094f0c78e19363036b43daf2776 /src/Text/Pandoc | |
parent | 2a291e437a18073e0005447245809833ce46ae5c (diff) | |
download | pandoc-62d34c79b9b00cc37ea395f70abd2c25eccf4cf8.tar.gz |
Change maintainer line in Org writer module
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r-- | src/Text/Pandoc/Writers/Org.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/Org.hs b/src/Text/Pandoc/Writers/Org.hs index fc6608450..46752c7ce 100644 --- a/src/Text/Pandoc/Writers/Org.hs +++ b/src/Text/Pandoc/Writers/Org.hs @@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Copyright : Copyright (C) 2010-2015 Puneeth Chaganti and John MacFarlane License : GNU GPL, version 2 or above - Maintainer : Puneeth Chaganti <punchagan@gmail.com> + Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Stability : alpha Portability : portable |