Skip to content

Commit 73ce302

Browse files
committed
Harmonize maintainer email addresses in module headers.
1 parent 36debf7 commit 73ce302

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+77
-77
lines changed

pandoc-cli/lua/PandocCLI/Lua.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Module : PandocCLI.Lua
44
Copyright : © 2022-2024 Albert Krewinkel
55
License : GPL-2.0-or-later
6-
Maintainer : Albert Krewinkel <albert@zeitkraut.de>
6+
Maintainer : Albert Krewinkel <albert[email protected]>
77
88
Functions to run the pandoc Lua scripting engine.
99
-}

pandoc-cli/no-lua/PandocCLI/Lua.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Module : PandocCLI.Lua
33
Copyright : © 2022-2024 Albert Krewinkel
44
License : GPL-2.0-or-later
5-
Maintainer : Albert Krewinkel <albert@zeitkraut.de>
5+
Maintainer : Albert Krewinkel <albert[email protected]>
66
77
Placeholder values to be used when pandoc is compiled without support
88
for the Lua scripting engine.

pandoc-lua-engine/src/Text/Pandoc/Lua.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Copyright : Copyright © 2017-2024 Albert Krewinkel
44
License : GNU GPL, version 2 or above
55
6-
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
6+
Maintainer : Albert Krewinkel <albert+pandoc@tarleb.com>
77
Stability : alpha
88
99
Running pandoc Lua filters.

pandoc-lua-engine/src/Text/Pandoc/Lua/Engine.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Module : Text.Pandoc.Lua.Engine
55
Copyright : Copyright © 2017-2024 Albert Krewinkel
66
License : GPL-2.0-or-later
7-
Maintainer : Albert Krewinkel <tarleb+pandoc@zeitkraut.de>
7+
Maintainer : Albert Krewinkel <albert+pandoc@tarleb.com>
88
99
Running pandoc Lua filters.
1010
-}

pandoc-lua-engine/src/Text/Pandoc/Lua/Filter.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Module : Text.Pandoc.Lua.Filter
55
Copyright : © 2012-2024 John MacFarlane,
66
© 2017-2024 Albert Krewinkel
77
License : GPL-2.0-or-later
8-
Maintainer : Albert Krewinkel <[email protected]>
8+
Maintainer : Albert Krewinkel <albert+[email protected]>
99
1010
Types and functions for running Lua filters.
1111
-}

pandoc-lua-engine/src/Text/Pandoc/Lua/Global.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Copyright : Copyright © 2017-2024 Albert Krewinkel
55
License : GNU GPL, version 2 or above
66
7-
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
7+
Maintainer : Albert Krewinkel <albert+pandoc@tarleb.com>
88
Stability : alpha
99
1010
Pandoc's Lua globals.

pandoc-lua-engine/src/Text/Pandoc/Lua/Init.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Module : Text.Pandoc.Lua.Init
66
Copyright : © 2017-2024 Albert Krewinkel
77
License : GPL-2.0-or-later
8-
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
8+
Maintainer : Albert Krewinkel <albert+pandoc@tarleb.com>
99
1010
Functions to initialize the Lua interpreter.
1111
-}

pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Chunks.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Module : Text.Pandoc.Lua.Marshal.Chunks
55
Copyright : © 2022 Albert Krewinkel
66
License : GPL-2.0-or-later
7-
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
7+
Maintainer : Albert Krewinkel <albert+pandoc@tarleb.com>
88
99
Marshaling chunks, i.e., pandoc subdocuments.
1010
-}

pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/CommonState.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Copyright : © 2012-2024 John MacFarlane
55
© 2017-2024 Albert Krewinkel
66
License : GNU GPL, version 2 or above
7-
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
7+
Maintainer : Albert Krewinkel <albert+pandoc@tarleb.com>
88
Stability : alpha
99
1010
Instances to marshal (push) and unmarshal (peek) the common state.

pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Context.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
© 2017-2024 Albert Krewinkel
99
License : GNU GPL, version 2 or above
1010
11-
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
11+
Maintainer : Albert Krewinkel <albert+pandoc@tarleb.com>
1212
Stability : alpha
1313
1414
Marshaling instance for doctemplates Context and its components.

0 commit comments

Comments
 (0)