diff options
| author | Albert Krewinkel <[email protected]> | 2024-07-08 13:19:24 +0200 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2024-07-08 13:27:45 +0200 |
| commit | 73ce302479436d3e2b487e22f6ee5f4325a4cf34 (patch) | |
| tree | 7fa32f562d2ca2b93000d51f21a477db9c046711 /pandoc-lua-engine | |
| parent | 36debf75a67ab8e1fa1469d9b54e7fa59c3fb3a9 (diff) | |
Harmonize maintainer email addresses in module headers.
Diffstat (limited to 'pandoc-lua-engine')
39 files changed, 39 insertions, 39 deletions
diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua.hs index 6dd7312e0..559d3c82c 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua.hs @@ -3,7 +3,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 Running pandoc Lua filters. diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Engine.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Engine.hs index f09189c03..116656fcb 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Engine.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Engine.hs @@ -4,7 +4,7 @@ Module : Text.Pandoc.Lua.Engine Copyright : Copyright © 2017-2024 Albert Krewinkel License : GPL-2.0-or-later - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> Running pandoc Lua filters. -} diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Filter.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Filter.hs index 9996da116..4728f961e 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Filter.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Filter.hs @@ -5,7 +5,7 @@ Module : Text.Pandoc.Lua.Filter Copyright : © 2012-2024 John MacFarlane, © 2017-2024 Albert Krewinkel License : GPL-2.0-or-later -Maintainer : Albert Krewinkel <[email protected]> +Maintainer : Albert Krewinkel <[email protected]> Types and functions for running Lua filters. -} diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Global.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Global.hs index a47507ccd..079181d74 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Global.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Global.hs @@ -4,7 +4,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 Pandoc's Lua globals. diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Init.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Init.hs index f16e0be44..2756dc61b 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Init.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Init.hs @@ -5,7 +5,7 @@ Module : Text.Pandoc.Lua.Init Copyright : © 2017-2024 Albert Krewinkel License : GPL-2.0-or-later - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> Functions to initialize the Lua interpreter. -} diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Chunks.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Chunks.hs index 808ebeae5..33c2a92c2 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Chunks.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Chunks.hs @@ -4,7 +4,7 @@ Module : Text.Pandoc.Lua.Marshal.Chunks Copyright : © 2022 Albert Krewinkel License : GPL-2.0-or-later - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> Marshaling chunks, i.e., pandoc subdocuments. -} diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/CommonState.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/CommonState.hs index 043ccdb20..f4abd575d 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/CommonState.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/CommonState.hs @@ -4,7 +4,7 @@ Copyright : © 2012-2024 John MacFarlane © 2017-2024 Albert Krewinkel License : GNU GPL, version 2 or above - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> Stability : alpha Instances to marshal (push) and unmarshal (peek) the common state. diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Context.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Context.hs index 870f0532e..2b38ac82f 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Context.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Context.hs @@ -8,7 +8,7 @@ © 2017-2024 Albert Krewinkel License : GNU GPL, version 2 or above - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> Stability : alpha Marshaling instance for doctemplates Context and its components. diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Format.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Format.hs index 669943423..dee6a0b8b 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Format.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Format.hs @@ -6,7 +6,7 @@ Module : Text.Pandoc.Lua.Marshaling.Format Copyright : © 2022-2024 Albert Krewinkel License : GPL-2.0-or-later - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> Marshaling functions and instance for format related types, including 'Extensions' and 'ExtensionConfig'. diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/LogMessage.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/LogMessage.hs index b40093f69..ebc8abb39 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/LogMessage.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/LogMessage.hs @@ -3,7 +3,7 @@ Module : Text.Pandoc.Lua.Marshal.LogMessage Copyright : © 2017-2024 Albert Krewinkel License : GPL-2.0-or-later - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> Pushing and retrieving of pandoc log messages. -} diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/PandocError.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/PandocError.hs index 7a4553f04..4b6483c3e 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/PandocError.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/PandocError.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 Marshal of @'PandocError'@ values. diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/ReaderOptions.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/ReaderOptions.hs index 8e3dc7b99..15b71c501 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/ReaderOptions.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/ReaderOptions.hs @@ -9,7 +9,7 @@ © 2017-2024 Albert Krewinkel License : GNU GPL, version 2 or above - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> Stability : alpha Marshaling instance for ReaderOptions and its components. diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Reference.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Reference.hs index 9fa52cd97..ec880bf13 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Reference.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Reference.hs @@ -8,7 +8,7 @@ © 2017-2024 Albert Krewinkel License : GNU GPL, version 2 or above - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> Stability : alpha Marshal citeproc 'Reference' values. diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Sources.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Sources.hs index a4d39aec7..8224786f6 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Sources.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Sources.hs @@ -5,7 +5,7 @@ Module : Text.Pandoc.Lua.Marshaling.Sources Copyright : © 2021-2024 Albert Krewinkel License : GNU GPL, version 2 or above -Maintainer : Albert Krewinkel <[email protected]> +Maintainer : Albert Krewinkel <[email protected]> Marshal 'Sources'. -} diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Template.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Template.hs index 7713960f1..8179d6504 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Template.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/Template.hs @@ -5,7 +5,7 @@ Module : Text.Pandoc.Lua.Marshal.Template Copyright : © 2021-2024 Albert Krewinkel License : GNU GPL, version 2 or above -Maintainer : Albert Krewinkel <[email protected]> +Maintainer : Albert Krewinkel <[email protected]> Marshal 'Template' 'Text'. -} diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/WriterOptions.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/WriterOptions.hs index 81a387342..ad03b7d51 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/WriterOptions.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/WriterOptions.hs @@ -8,7 +8,7 @@ Copyright : © 2021-2024 Albert Krewinkel, John MacFarlane License : GNU GPL, version 2 or above - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> Stability : alpha Marshaling instance for WriterOptions and its components. diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module.hs index 5302ab6fe..8e601e378 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module.hs @@ -4,7 +4,7 @@ Module : Text.Pandoc.Lua.Module Copyright : © 2017-2024 Albert Krewinkel License : GPL-2.0-or-later - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> Setting up and initializing Lua modules. -} diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs index 696229105..868112561 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs @@ -4,7 +4,7 @@ Module : Text.Pandoc.Lua.Module.CLI Copyright : © 2022-2024 Albert Krewinkel License : GPL-2.0-or-later - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> Command line helpers -} diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Format.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Format.hs index 6cb68300f..1b539edfe 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Format.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Format.hs @@ -3,7 +3,7 @@ Module : Text.Pandoc.Lua.Module.Format Copyright : © 2022-2024 Albert Krewinkel License : GPL-2.0-or-later - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> Lua module to handle pandoc templates. -} diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/JSON.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/JSON.hs index 4e158dfec..2c58d0a48 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/JSON.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/JSON.hs @@ -4,7 +4,7 @@ Module : Text.Pandoc.Lua.Module.JSON Copyright : © 2022-2024 Albert Krewinkel License : MIT -Maintainer : Albert Krewinkel <[email protected]> +Maintainer : Albert Krewinkel <[email protected]> Lua module to work with JSON. -} diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Log.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Log.hs index 6c5cd9ef5..135591981 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Log.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Log.hs @@ -4,7 +4,7 @@ Module : Text.Pandoc.Lua.Module.Log Copyright : © 2024 Albert Krewinkel License : GPL-2.0-or-later - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> Logging module. -} diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/MediaBag.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/MediaBag.hs index 37b762367..44957e246 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/MediaBag.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/MediaBag.hs @@ -4,7 +4,7 @@ Module : Text.Pandoc.Lua.Module.MediaBag Copyright : Copyright © 2017-2024 Albert Krewinkel License : GNU GPL, version 2 or above - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> The Lua module @pandoc.mediabag@. -} diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Pandoc.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Pandoc.hs index 1a33f266a..0b82d35d6 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Pandoc.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Pandoc.hs @@ -8,7 +8,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 Pandoc module for lua. diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Scaffolding.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Scaffolding.hs index e0dc44d73..45a678832 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Scaffolding.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Scaffolding.hs @@ -3,7 +3,7 @@ Module : Text.Pandoc.Lua.Module.Scaffolding Copyright : Copyright © 2022-2024 Albert Krewinkel, John MacFarlane License : GNU GPL, version 2 or above - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> Scaffolding for custom Writers. -} diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Structure.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Structure.hs index 763c2781e..afff459c5 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Structure.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Structure.hs @@ -4,7 +4,7 @@ Module : Text.Pandoc.Lua.Module.Structure Copyright : © 2023 Albert Krewinkel License : GPL-2.0-or-later - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> Command line helpers -} diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/System.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/System.hs index 9211638ac..ef5c63d6a 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/System.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/System.hs @@ -6,7 +6,7 @@ Copyright : © 2019-2024 Albert Krewinkel License : GNU GPL, version 2 or above - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> Stability : alpha Pandoc's system Lua module. diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Template.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Template.hs index 9cca6fda4..a9138bbb0 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Template.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Template.hs @@ -3,7 +3,7 @@ Module : Text.Pandoc.Lua.Module.Template Copyright : Copyright © 2022-2024 Albert Krewinkel, John MacFarlane License : GNU GPL, version 2 or above - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> Lua module to handle pandoc templates. -} diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Text.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Text.hs index 6705a5f62..d83dd8014 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Text.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Text.hs @@ -3,7 +3,7 @@ Module : Text.Pandoc.Lua.Module.Text Copyright : © 2023 Albert Krewinkel License : MIT -Maintainer : Albert Krewinkel <[email protected]> +Maintainer : Albert Krewinkel <[email protected]> Lua module to work with UTF-8 strings. -} diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Types.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Types.hs index 014add31b..a9a29e869 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Types.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Types.hs @@ -4,7 +4,7 @@ Copyright : © 2019-2024 Albert Krewinkel License : GNU GPL, version 2 or above - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> Stability : alpha Pandoc data type constructors. 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. diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Orphans.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Orphans.hs index cb215b901..fb224a8ea 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Orphans.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Orphans.hs @@ -6,7 +6,7 @@ © 2017-2024 Albert Krewinkel License : GNU GPL, version 2 or above - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> Stability : alpha Orphan instances for Lua's Pushable and Peekable type classes. diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/PandocLua.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/PandocLua.hs index 9c4bebdd2..242281b08 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/PandocLua.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/PandocLua.hs @@ -9,7 +9,7 @@ Module : Text.Pandoc.Lua.PandocLua Copyright : © 2020-2024 Albert Krewinkel License : GPL-2.0-or-later - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> PandocMonad instance which allows execution of Lua operations and which uses Lua to handle state. diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Run.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Run.hs index 7f89b7f7b..f3bc6ebdd 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Run.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Run.hs @@ -5,7 +5,7 @@ Module : Text.Pandoc.Lua.Run Copyright : Copyright © 2017-2024 Albert Krewinkel License : GPL-2.0-or-later - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> Run code in the Lua interpreter. -} diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/SourcePos.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/SourcePos.hs index fc9062c84..3201f1ed2 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/SourcePos.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/SourcePos.hs @@ -3,7 +3,7 @@ Module : Text.Pandoc.Lua.SourcePos Copyright : © 2024 Albert Krewinkel License : GPL-2.0-or-later - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> Helper function to retrieve the 'SourcePos' in a Lua script. -} diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Writer/Scaffolding.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Writer/Scaffolding.hs index 7b44edf45..300c1ee61 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Writer/Scaffolding.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Writer/Scaffolding.hs @@ -4,7 +4,7 @@ Module : Text.Pandoc.Lua.Writer.Scaffolding Copyright : © 2022-2024 Albert Krewinkel License : GPL-2.0-or-later - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> Conversion of Pandoc documents using a custom Lua writer. -} diff --git a/pandoc-lua-engine/test/Tests/Lua.hs b/pandoc-lua-engine/test/Tests/Lua.hs index 76f3f467d..990a1d039 100644 --- a/pandoc-lua-engine/test/Tests/Lua.hs +++ b/pandoc-lua-engine/test/Tests/Lua.hs @@ -6,7 +6,7 @@ Copyright : © 2017-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/pandoc-lua-engine/test/Tests/Lua/Module.hs b/pandoc-lua-engine/test/Tests/Lua/Module.hs index a5a9570bd..d339ab7ab 100644 --- a/pandoc-lua-engine/test/Tests/Lua/Module.hs +++ b/pandoc-lua-engine/test/Tests/Lua/Module.hs @@ -3,7 +3,7 @@ Module : Tests.Lua.Module Copyright : © 2019-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/pandoc-lua-engine/test/Tests/Lua/Reader.hs b/pandoc-lua-engine/test/Tests/Lua/Reader.hs index 30ca21eae..b09a309d8 100644 --- a/pandoc-lua-engine/test/Tests/Lua/Reader.hs +++ b/pandoc-lua-engine/test/Tests/Lua/Reader.hs @@ -3,7 +3,7 @@ Module : Tests.Lua.Reader Copyright : © 2022-2024 Albert Krewinkel License : GPL-2.0-or-later -Maintainer : Albert Krewinkel <[email protected]> +Maintainer : Albert Krewinkel <[email protected]> Tests for custom Lua readers. -} diff --git a/pandoc-lua-engine/test/Tests/Lua/Writer.hs b/pandoc-lua-engine/test/Tests/Lua/Writer.hs index 7b893aeb6..875a28113 100644 --- a/pandoc-lua-engine/test/Tests/Lua/Writer.hs +++ b/pandoc-lua-engine/test/Tests/Lua/Writer.hs @@ -4,7 +4,7 @@ Module : Tests.Lua.Writer Copyright : © 2019-2024 Albert Krewinkel License : GNU GPL, version 2 or above -Maintainer : Albert Krewinkel <[email protected]> +Maintainer : Albert Krewinkel <[email protected]> Tests for custom Lua writers. -} |
