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 | |
| parent | 36debf75a67ab8e1fa1469d9b54e7fa59c3fb3a9 (diff) | |
Harmonize maintainer email addresses in module headers.
76 files changed, 77 insertions, 77 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. 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. -} 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 diff --git a/test/Tests/Readers/Jira.hs b/test/Tests/Readers/Jira.hs index f62c52003..3fd43637c 100644 --- a/test/Tests/Readers/Jira.hs +++ b/test/Tests/Readers/Jira.hs @@ -5,7 +5,7 @@ Copyright : © 2019-2024 Albert Krewinel License : GNU GPL, version 2 or above - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> Stability : alpha Portability : portable diff --git a/test/Tests/Readers/Org.hs b/test/Tests/Readers/Org.hs index 3daa6cc10..c31039dd6 100644 --- a/test/Tests/Readers/Org.hs +++ b/test/Tests/Readers/Org.hs @@ -4,7 +4,7 @@ Copyright : © 2014-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/test/Tests/Readers/Org/Block.hs b/test/Tests/Readers/Org/Block.hs index e216766bb..0b47b90b3 100644 --- a/test/Tests/Readers/Org/Block.hs +++ b/test/Tests/Readers/Org/Block.hs @@ -4,7 +4,7 @@ Copyright : © 2014-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/test/Tests/Readers/Org/Block/CodeBlock.hs b/test/Tests/Readers/Org/Block/CodeBlock.hs index a0147991b..ba0229a8c 100644 --- a/test/Tests/Readers/Org/Block/CodeBlock.hs +++ b/test/Tests/Readers/Org/Block/CodeBlock.hs @@ -4,7 +4,7 @@ Copyright : © 2014-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/test/Tests/Readers/Org/Block/Figure.hs b/test/Tests/Readers/Org/Block/Figure.hs index 1161f54cc..314cc1075 100644 --- a/test/Tests/Readers/Org/Block/Figure.hs +++ b/test/Tests/Readers/Org/Block/Figure.hs @@ -4,7 +4,7 @@ Copyright : © 2014-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/test/Tests/Readers/Org/Block/Header.hs b/test/Tests/Readers/Org/Block/Header.hs index ae39e33f1..f0d77bc94 100644 --- a/test/Tests/Readers/Org/Block/Header.hs +++ b/test/Tests/Readers/Org/Block/Header.hs @@ -4,7 +4,7 @@ Copyright : © 2014-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/test/Tests/Readers/Org/Block/List.hs b/test/Tests/Readers/Org/Block/List.hs index d40d01297..61b65f1ec 100644 --- a/test/Tests/Readers/Org/Block/List.hs +++ b/test/Tests/Readers/Org/Block/List.hs @@ -4,7 +4,7 @@ Copyright : © 2014-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/test/Tests/Readers/Org/Block/Table.hs b/test/Tests/Readers/Org/Block/Table.hs index 507924cd6..0410ce580 100644 --- a/test/Tests/Readers/Org/Block/Table.hs +++ b/test/Tests/Readers/Org/Block/Table.hs @@ -4,7 +4,7 @@ Copyright : © 2014-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/test/Tests/Readers/Org/Directive.hs b/test/Tests/Readers/Org/Directive.hs index 87ff2ea3b..db997afa8 100644 --- a/test/Tests/Readers/Org/Directive.hs +++ b/test/Tests/Readers/Org/Directive.hs @@ -4,7 +4,7 @@ Copyright : © 2014-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/test/Tests/Readers/Org/Inline.hs b/test/Tests/Readers/Org/Inline.hs index 6fce79986..21f42858c 100644 --- a/test/Tests/Readers/Org/Inline.hs +++ b/test/Tests/Readers/Org/Inline.hs @@ -4,7 +4,7 @@ Copyright : © 2014-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/test/Tests/Readers/Org/Inline/Citation.hs b/test/Tests/Readers/Org/Inline/Citation.hs index 9a0abda76..ed60a16e9 100644 --- a/test/Tests/Readers/Org/Inline/Citation.hs +++ b/test/Tests/Readers/Org/Inline/Citation.hs @@ -4,7 +4,7 @@ Copyright : © 2014-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/test/Tests/Readers/Org/Inline/Note.hs b/test/Tests/Readers/Org/Inline/Note.hs index df666a528..f94bd5e29 100644 --- a/test/Tests/Readers/Org/Inline/Note.hs +++ b/test/Tests/Readers/Org/Inline/Note.hs @@ -4,7 +4,7 @@ Copyright : © 2014-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/test/Tests/Readers/Org/Inline/Smart.hs b/test/Tests/Readers/Org/Inline/Smart.hs index f932b0849..f4f80af4b 100644 --- a/test/Tests/Readers/Org/Inline/Smart.hs +++ b/test/Tests/Readers/Org/Inline/Smart.hs @@ -4,7 +4,7 @@ Copyright : © 2014-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/test/Tests/Readers/Org/Meta.hs b/test/Tests/Readers/Org/Meta.hs index dbaf2f7e2..a03df33a4 100644 --- a/test/Tests/Readers/Org/Meta.hs +++ b/test/Tests/Readers/Org/Meta.hs @@ -4,7 +4,7 @@ Copyright : © 2014-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/test/Tests/Readers/Org/Shared.hs b/test/Tests/Readers/Org/Shared.hs index 6da0ddae2..76eee6cd4 100644 --- a/test/Tests/Readers/Org/Shared.hs +++ b/test/Tests/Readers/Org/Shared.hs @@ -4,7 +4,7 @@ Copyright : © 2014-2024 Albert Krewinkel License : GNU GPL, version 2 or above - Maintainer : Albert Krewinkel <[email protected]> + Maintainer : Albert Krewinkel <[email protected]> Stability : alpha Portability : portable |
