aboutsummaryrefslogtreecommitdiff
path: root/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Utils.hs
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-lua-engine/src/Text/Pandoc/Lua/Module/Utils.hs
parent36debf75a67ab8e1fa1469d9b54e7fa59c3fb3a9 (diff)
Harmonize maintainer email addresses in module headers.
Diffstat (limited to 'pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Utils.hs')
-rw-r--r--pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Utils.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Utils.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Utils.hs
index fd3006ba6..8bd04b72b 100644
--- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Utils.hs
+++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Utils.hs
@@ -7,7 +7,7 @@
Copyright : Copyright © 2017-2024 Albert Krewinkel
License : GNU GPL, version 2 or above
- Maintainer : Albert Krewinkel <[email protected]>
+ Maintainer : Albert Krewinkel <[email protected]>
Stability : alpha
Utility module for Lua, exposing internal helper functions.