aboutsummaryrefslogtreecommitdiff
path: root/src/Text
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2024-07-08 13:19:24 +0200
committerAlbert Krewinkel <[email protected]>2024-07-08 13:27:45 +0200
commit73ce302479436d3e2b487e22f6ee5f4325a4cf34 (patch)
tree7fa32f562d2ca2b93000d51f21a477db9c046711 /src/Text
parent36debf75a67ab8e1fa1469d9b54e7fa59c3fb3a9 (diff)
Harmonize maintainer email addresses in module headers.
Diffstat (limited to 'src/Text')
-rw-r--r--src/Text/Pandoc/Filter/Environment.hs2
-rw-r--r--src/Text/Pandoc/Format.hs2
-rw-r--r--src/Text/Pandoc/Readers/HTML/Table.hs2
-rw-r--r--src/Text/Pandoc/Readers/Jira.hs2
-rw-r--r--src/Text/Pandoc/Readers/Org.hs2
-rw-r--r--src/Text/Pandoc/Readers/Org/BlockStarts.hs2
-rw-r--r--src/Text/Pandoc/Readers/Org/Blocks.hs2
-rw-r--r--src/Text/Pandoc/Readers/Org/DocumentTree.hs2
-rw-r--r--src/Text/Pandoc/Readers/Org/ExportSettings.hs2
-rw-r--r--src/Text/Pandoc/Readers/Org/Inlines.hs2
-rw-r--r--src/Text/Pandoc/Readers/Org/Meta.hs2
-rw-r--r--src/Text/Pandoc/Readers/Org/ParserState.hs2
-rw-r--r--src/Text/Pandoc/Readers/Org/Parsing.hs2
-rw-r--r--src/Text/Pandoc/Readers/Org/Shared.hs2
-rw-r--r--src/Text/Pandoc/Scripting.hs2
-rw-r--r--src/Text/Pandoc/Writers/GridTable.hs2
-rw-r--r--src/Text/Pandoc/Writers/JATS/References.hs2
-rw-r--r--src/Text/Pandoc/Writers/JATS/Table.hs2
-rw-r--r--src/Text/Pandoc/Writers/Jira.hs2
-rw-r--r--src/Text/Pandoc/Writers/Org.hs4
20 files changed, 21 insertions, 21 deletions
diff --git a/src/Text/Pandoc/Filter/Environment.hs b/src/Text/Pandoc/Filter/Environment.hs
index 2e8809bc4..71ef4fe5e 100644
--- a/src/Text/Pandoc/Filter/Environment.hs
+++ b/src/Text/Pandoc/Filter/Environment.hs
@@ -3,7 +3,7 @@
Copyright : ©2020-2021 Albert Krewinkel
License : GNU GPL, version 2 or above
- Maintainer : Albert Krewinkel <[email protected]>
+ Maintainer : Albert Krewinkel <[email protected]>
Stability : alpha
Portability : portable
diff --git a/src/Text/Pandoc/Format.hs b/src/Text/Pandoc/Format.hs
index a0c88b8f5..1f0f86988 100644
--- a/src/Text/Pandoc/Format.hs
+++ b/src/Text/Pandoc/Format.hs
@@ -4,7 +4,7 @@
Module : Text.Pandoc.Format
Copyright : © 2022-2024 Albert Krewinkel
License : GPL-2.0-or-later
- Maintainer : Albert Krewinkel <[email protected]>
+ Maintainer : Albert Krewinkel <[email protected]>
Handling of format specifiers for input and output.
-}
diff --git a/src/Text/Pandoc/Readers/HTML/Table.hs b/src/Text/Pandoc/Readers/HTML/Table.hs
index 7b5f4abff..756f857fd 100644
--- a/src/Text/Pandoc/Readers/HTML/Table.hs
+++ b/src/Text/Pandoc/Readers/HTML/Table.hs
@@ -7,7 +7,7 @@
2020-2024 Albert Krewinkel
License : GNU GPL, version 2 or above
- Maintainer : Albert Krewinkel <[email protected]>
+ Maintainer : Albert Krewinkel <[email protected]>
Stability : alpha
Portability : portable
diff --git a/src/Text/Pandoc/Readers/Jira.hs b/src/Text/Pandoc/Readers/Jira.hs
index f51c7815b..ace122053 100644
--- a/src/Text/Pandoc/Readers/Jira.hs
+++ b/src/Text/Pandoc/Readers/Jira.hs
@@ -5,7 +5,7 @@
Copyright : © 2019-2024 Albert Krewinkel
License : GPL-2.0-or-later
- Maintainer : Albert Krewinkel <[email protected]>
+ Maintainer : Albert Krewinkel <[email protected]>
Conversion of jira wiki formatted plain text to 'Pandoc' document.
-}
diff --git a/src/Text/Pandoc/Readers/Org.hs b/src/Text/Pandoc/Readers/Org.hs
index 512e8f7f8..d65b1ac58 100644
--- a/src/Text/Pandoc/Readers/Org.hs
+++ b/src/Text/Pandoc/Readers/Org.hs
@@ -3,7 +3,7 @@
Copyright : Copyright (C) 2014-2024 Albert Krewinkel
License : GNU GPL, version 2 or above
- Maintainer : Albert Krewinkel <[email protected]>
+ Maintainer : Albert Krewinkel <[email protected]>
Conversion of org-mode formatted plain text to 'Pandoc' document.
-}
diff --git a/src/Text/Pandoc/Readers/Org/BlockStarts.hs b/src/Text/Pandoc/Readers/Org/BlockStarts.hs
index 90cbdc340..c91c7ad46 100644
--- a/src/Text/Pandoc/Readers/Org/BlockStarts.hs
+++ b/src/Text/Pandoc/Readers/Org/BlockStarts.hs
@@ -4,7 +4,7 @@
Copyright : Copyright (C) 2014-2024 Albert Krewinkel
License : GNU GPL, version 2 or above
- Maintainer : Albert Krewinkel <[email protected]>
+ Maintainer : Albert Krewinkel <[email protected]>
Parsers for Org-mode inline elements.
-}
diff --git a/src/Text/Pandoc/Readers/Org/Blocks.hs b/src/Text/Pandoc/Readers/Org/Blocks.hs
index 3d6deff27..c875758f0 100644
--- a/src/Text/Pandoc/Readers/Org/Blocks.hs
+++ b/src/Text/Pandoc/Readers/Org/Blocks.hs
@@ -7,7 +7,7 @@
Copyright : Copyright (C) 2014-2024 Albert Krewinkel
License : GNU GPL, version 2 or above
- Maintainer : Albert Krewinkel <[email protected]>
+ Maintainer : Albert Krewinkel <[email protected]>
Parsers for Org-mode block elements.
-}
diff --git a/src/Text/Pandoc/Readers/Org/DocumentTree.hs b/src/Text/Pandoc/Readers/Org/DocumentTree.hs
index 4a5d8754c..abdac8c89 100644
--- a/src/Text/Pandoc/Readers/Org/DocumentTree.hs
+++ b/src/Text/Pandoc/Readers/Org/DocumentTree.hs
@@ -6,7 +6,7 @@
Copyright : Copyright (C) 2014-2024 Albert Krewinkel
License : GNU GPL, version 2 or above
- Maintainer : Albert Krewinkel <[email protected]>
+ Maintainer : Albert Krewinkel <[email protected]>
Parsers for org-mode headlines and document subtrees
-}
diff --git a/src/Text/Pandoc/Readers/Org/ExportSettings.hs b/src/Text/Pandoc/Readers/Org/ExportSettings.hs
index 46614153d..37b677290 100644
--- a/src/Text/Pandoc/Readers/Org/ExportSettings.hs
+++ b/src/Text/Pandoc/Readers/Org/ExportSettings.hs
@@ -4,7 +4,7 @@
Copyright : © 2016-2024 Albert Krewinkel
License : GNU GPL, version 2 or above
- Maintainer : Albert Krewinkel <[email protected]>
+ Maintainer : Albert Krewinkel <[email protected]>
Parsers for Org-mode export options.
-}
diff --git a/src/Text/Pandoc/Readers/Org/Inlines.hs b/src/Text/Pandoc/Readers/Org/Inlines.hs
index d102530f1..b5b48257f 100644
--- a/src/Text/Pandoc/Readers/Org/Inlines.hs
+++ b/src/Text/Pandoc/Readers/Org/Inlines.hs
@@ -5,7 +5,7 @@
Copyright : Copyright (C) 2014-2024 Albert Krewinkel
License : GNU GPL, version 2 or above
- Maintainer : Albert Krewinkel <[email protected]>
+ Maintainer : Albert Krewinkel <[email protected]>
Parsers for Org-mode inline elements.
-}
diff --git a/src/Text/Pandoc/Readers/Org/Meta.hs b/src/Text/Pandoc/Readers/Org/Meta.hs
index fd6b1ae22..6246947e4 100644
--- a/src/Text/Pandoc/Readers/Org/Meta.hs
+++ b/src/Text/Pandoc/Readers/Org/Meta.hs
@@ -6,7 +6,7 @@
Copyright : Copyright (C) 2014-2024 Albert Krewinkel
License : GNU GPL, version 2 or above
- Maintainer : Albert Krewinkel <[email protected]>
+ Maintainer : Albert Krewinkel <[email protected]>
Parsers for Org-mode meta declarations.
-}
diff --git a/src/Text/Pandoc/Readers/Org/ParserState.hs b/src/Text/Pandoc/Readers/Org/ParserState.hs
index 8347918c4..95e3b6d7c 100644
--- a/src/Text/Pandoc/Readers/Org/ParserState.hs
+++ b/src/Text/Pandoc/Readers/Org/ParserState.hs
@@ -6,7 +6,7 @@
Copyright : Copyright (C) 2014-2024 Albert Krewinkel
License : GNU GPL, version 2 or above
- Maintainer : Albert Krewinkel <[email protected]>
+ Maintainer : Albert Krewinkel <[email protected]>
Define the Org-mode parser state.
-}
diff --git a/src/Text/Pandoc/Readers/Org/Parsing.hs b/src/Text/Pandoc/Readers/Org/Parsing.hs
index ca82d4799..97229574d 100644
--- a/src/Text/Pandoc/Readers/Org/Parsing.hs
+++ b/src/Text/Pandoc/Readers/Org/Parsing.hs
@@ -3,7 +3,7 @@
Copyright : Copyright (C) 2014-2024 Albert Krewinkel
License : GNU GPL, version 2 or above
- Maintainer : Albert Krewinkel <[email protected]>
+ Maintainer : Albert Krewinkel <[email protected]>
Org-mode parsing utilities.
diff --git a/src/Text/Pandoc/Readers/Org/Shared.hs b/src/Text/Pandoc/Readers/Org/Shared.hs
index 335428173..9e5c08455 100644
--- a/src/Text/Pandoc/Readers/Org/Shared.hs
+++ b/src/Text/Pandoc/Readers/Org/Shared.hs
@@ -4,7 +4,7 @@
Copyright : Copyright (C) 2014-2024 Albert Krewinkel
License : GNU GPL, version 2 or above
- Maintainer : Albert Krewinkel <[email protected]>
+ Maintainer : Albert Krewinkel <[email protected]>
Utility functions used in other Pandoc Org modules.
-}
diff --git a/src/Text/Pandoc/Scripting.hs b/src/Text/Pandoc/Scripting.hs
index 804ba5106..a08e28760 100644
--- a/src/Text/Pandoc/Scripting.hs
+++ b/src/Text/Pandoc/Scripting.hs
@@ -5,7 +5,7 @@
Module : Text.Pandoc.Scripting
Copyright : © 2022-2024 Albert Krewinkel
License : GPL-2.0-or-later
-Maintainer : Albert Krewinkel <[email protected]>
+Maintainer : Albert Krewinkel <[email protected]>
Central data structure for scripting engines.
-}
diff --git a/src/Text/Pandoc/Writers/GridTable.hs b/src/Text/Pandoc/Writers/GridTable.hs
index abb63db30..da2f2245e 100644
--- a/src/Text/Pandoc/Writers/GridTable.hs
+++ b/src/Text/Pandoc/Writers/GridTable.hs
@@ -8,7 +8,7 @@ Module : Text.Pandoc.Writers.GridTable
Copyright : © 2020-2024 Albert Krewinkel
License : GNU GPL, version 2 or above
-Maintainer : Albert Krewinkel <[email protected]>
+Maintainer : Albert Krewinkel <[email protected]>
Grid representation of pandoc tables. The structures in this module
allow to describe 'Text.Pandoc.Definition.Table' elements without loss
diff --git a/src/Text/Pandoc/Writers/JATS/References.hs b/src/Text/Pandoc/Writers/JATS/References.hs
index 2bed08560..8d59b48d6 100644
--- a/src/Text/Pandoc/Writers/JATS/References.hs
+++ b/src/Text/Pandoc/Writers/JATS/References.hs
@@ -5,7 +5,7 @@
Copyright : © 2021-2024 Albert Krewinkel
License : GNU GPL, version 2 or above
- Maintainer : Albert Krewinkel <[email protected]>
+ Maintainer : Albert Krewinkel <[email protected]>
Stability : alpha
Portability : portable
diff --git a/src/Text/Pandoc/Writers/JATS/Table.hs b/src/Text/Pandoc/Writers/JATS/Table.hs
index 851b446ac..22fdb3ee9 100644
--- a/src/Text/Pandoc/Writers/JATS/Table.hs
+++ b/src/Text/Pandoc/Writers/JATS/Table.hs
@@ -6,7 +6,7 @@
Copyright : © 2020-2024 Albert Krewinkel
License : GNU GPL, version 2 or above
- Maintainer : Albert Krewinkel <[email protected]>
+ Maintainer : Albert Krewinkel <[email protected]>
Stability : alpha
Portability : portable
diff --git a/src/Text/Pandoc/Writers/Jira.hs b/src/Text/Pandoc/Writers/Jira.hs
index 9ef424f57..ad0640eb7 100644
--- a/src/Text/Pandoc/Writers/Jira.hs
+++ b/src/Text/Pandoc/Writers/Jira.hs
@@ -6,7 +6,7 @@
Copyright : © 2010-2024 Albert Krewinkel, John MacFarlane
License : GNU GPL, version 2 or above
- Maintainer : Albert Krewinkel <[email protected]>
+ Maintainer : Albert Krewinkel <[email protected]>
Stability : alpha
Portability : portable
diff --git a/src/Text/Pandoc/Writers/Org.hs b/src/Text/Pandoc/Writers/Org.hs
index 8615a9cc8..50fd10cc9 100644
--- a/src/Text/Pandoc/Writers/Org.hs
+++ b/src/Text/Pandoc/Writers/Org.hs
@@ -4,10 +4,10 @@
Module : Text.Pandoc.Writers.Org
Copyright : © 2010-2015 Puneeth Chaganti <[email protected]>
2010-2024 John MacFarlane <[email protected]>
- 2016-2024 Albert Krewinkel <[email protected]>
+ 2016-2024 Albert Krewinkel <[email protected]>
License : GNU GPL, version 2 or above
- Maintainer : Albert Krewinkel <[email protected]>
+ Maintainer : Albert Krewinkel <[email protected]>
Stability : alpha
Portability : portable