aboutsummaryrefslogtreecommitdiff
path: root/pandoc-cli
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 /pandoc-cli
parent36debf75a67ab8e1fa1469d9b54e7fa59c3fb3a9 (diff)
Harmonize maintainer email addresses in module headers.
Diffstat (limited to 'pandoc-cli')
-rw-r--r--pandoc-cli/lua/PandocCLI/Lua.hs2
-rw-r--r--pandoc-cli/no-lua/PandocCLI/Lua.hs2
2 files changed, 2 insertions, 2 deletions
diff --git a/pandoc-cli/lua/PandocCLI/Lua.hs b/pandoc-cli/lua/PandocCLI/Lua.hs
index 08fb53905..df00963dd 100644
--- a/pandoc-cli/lua/PandocCLI/Lua.hs
+++ b/pandoc-cli/lua/PandocCLI/Lua.hs
@@ -3,7 +3,7 @@
Module : PandocCLI.Lua
Copyright : © 2022-2024 Albert Krewinkel
License : GPL-2.0-or-later
- Maintainer : Albert Krewinkel <[email protected]>
+ Maintainer : Albert Krewinkel <[email protected]>
Functions to run the pandoc Lua scripting engine.
-}
diff --git a/pandoc-cli/no-lua/PandocCLI/Lua.hs b/pandoc-cli/no-lua/PandocCLI/Lua.hs
index 7d522807f..2bdfeaeb6 100644
--- a/pandoc-cli/no-lua/PandocCLI/Lua.hs
+++ b/pandoc-cli/no-lua/PandocCLI/Lua.hs
@@ -2,7 +2,7 @@
Module : PandocCLI.Lua
Copyright : © 2022-2024 Albert Krewinkel
License : GPL-2.0-or-later
- Maintainer : Albert Krewinkel <[email protected]>
+ Maintainer : Albert Krewinkel <[email protected]>
Placeholder values to be used when pandoc is compiled without support
for the Lua scripting engine.