diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2018-08-13 01:21:43 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2018-08-13 01:26:19 +0200 |
commit | 1679a24c114df8a30fc3e1d27a87a78f6d605ca3 (patch) | |
tree | 417a40eea5d7b56188e11a695ce6739896d67109 | |
parent | 2706b0cf1c9441071a8f72a2e54b623bae29e7b2 (diff) |
Change maintainer email address
-rw-r--r-- | cabal-helper.cabal | 4 | ||||
-rw-r--r-- | lib/Distribution/Helper.hs | 4 | ||||
-rw-r--r-- | src/CabalHelper/Compiletime/Compat/Environment.hs | 2 | ||||
-rw-r--r-- | src/CabalHelper/Compiletime/Compat/ProgramDb.hs | 2 | ||||
-rw-r--r-- | src/CabalHelper/Compiletime/Compat/Version.hs | 2 | ||||
-rw-r--r-- | src/CabalHelper/Compiletime/Compile.hs | 2 | ||||
-rw-r--r-- | src/CabalHelper/Compiletime/Data.hs | 2 | ||||
-rw-r--r-- | src/CabalHelper/Compiletime/Log.hs | 2 | ||||
-rw-r--r-- | src/CabalHelper/Compiletime/Types.hs | 2 | ||||
-rw-r--r-- | src/CabalHelper/Compiletime/Wrapper.hs | 2 | ||||
-rw-r--r-- | src/CabalHelper/Runtime/Main.hs | 2 | ||||
-rw-r--r-- | src/CabalHelper/Shared/Common.hs | 2 | ||||
-rw-r--r-- | src/CabalHelper/Shared/InterfaceTypes.hs | 2 | ||||
-rw-r--r-- | src/CabalHelper/Shared/Sandbox.hs | 2 |
14 files changed, 16 insertions, 16 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 824c6f6..463cef0 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -26,8 +26,8 @@ description: package database. license: GPL-3 license-file: LICENSE -author: Daniel Gröber <dxld@darkboxed.org> -maintainer: dxld@darkboxed.org +author: Daniel Gröber <cabal-helper@dxld.at> +maintainer: cabal-helper@dxld.at category: Distribution build-type: Simple cabal-version: 2.0 diff --git a/lib/Distribution/Helper.hs b/lib/Distribution/Helper.hs index 3845f53..1d93b84 100644 --- a/lib/Distribution/Helper.hs +++ b/lib/Distribution/Helper.hs @@ -1,5 +1,5 @@ -- cabal-helper: Simple interface to Cabal's configuration state --- Copyright (C) 2015-2018 Daniel Gröber <dxld ÄT darkboxed DOT org> +-- Copyright (C) 2015-2018 Daniel Gröber <cabal-helper@dxld.at> -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ {-| Module : Distribution.Helper License : GPL-3 -Maintainer : dxld@darkboxed.org +Maintainer : cabal-helper@dxld.at Portability : POSIX -} diff --git a/src/CabalHelper/Compiletime/Compat/Environment.hs b/src/CabalHelper/Compiletime/Compat/Environment.hs index 03e3a27..58bb9ee 100644 --- a/src/CabalHelper/Compiletime/Compat/Environment.hs +++ b/src/CabalHelper/Compiletime/Compat/Environment.hs @@ -1,5 +1,5 @@ -- cabal-helper: Simple interface to Cabal's configuration state --- Copyright (C) 2017 Daniel Gröber <dxld ÄT darkboxed DOT org> +-- Copyright (C) 2017 Daniel Gröber <cabal-helper@dxld.at> -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/src/CabalHelper/Compiletime/Compat/ProgramDb.hs b/src/CabalHelper/Compiletime/Compat/ProgramDb.hs index b750eff..56b033c 100644 --- a/src/CabalHelper/Compiletime/Compat/ProgramDb.hs +++ b/src/CabalHelper/Compiletime/Compat/ProgramDb.hs @@ -1,5 +1,5 @@ -- cabal-helper: Simple interface to Cabal's configuration state --- Copyright (C) 2018 Daniel Gröber <dxld ÄT darkboxed DOT org> +-- Copyright (C) 2018 Daniel Gröber <cabal-helper@dxld.at> -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/src/CabalHelper/Compiletime/Compat/Version.hs b/src/CabalHelper/Compiletime/Compat/Version.hs index fa94893..5d4f5f5 100644 --- a/src/CabalHelper/Compiletime/Compat/Version.hs +++ b/src/CabalHelper/Compiletime/Compat/Version.hs @@ -1,5 +1,5 @@ -- cabal-helper: Simple interface to Cabal's configuration state --- Copyright (C) 2017-2018 Daniel Gröber <dxld ÄT darkboxed DOT org> +-- Copyright (C) 2017-2018 Daniel Gröber <cabal-helper@dxld.at> -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/src/CabalHelper/Compiletime/Compile.hs b/src/CabalHelper/Compiletime/Compile.hs index 2ca7269..8da426f 100644 --- a/src/CabalHelper/Compiletime/Compile.hs +++ b/src/CabalHelper/Compiletime/Compile.hs @@ -1,5 +1,5 @@ -- cabal-helper: Simple interface to Cabal's configuration state --- Copyright (C) 2015-2018 Daniel Gröber <dxld ÄT darkboxed DOT org> +-- Copyright (C) 2015-2018 Daniel Gröber <cabal-helper@dxld.at> -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/src/CabalHelper/Compiletime/Data.hs b/src/CabalHelper/Compiletime/Data.hs index 8bdd20a..80df962 100644 --- a/src/CabalHelper/Compiletime/Data.hs +++ b/src/CabalHelper/Compiletime/Data.hs @@ -1,5 +1,5 @@ -- cabal-helper: Simple interface to Cabal's configuration state --- Copyright (C) 2015-2017 Daniel Gröber <dxld ÄT darkboxed DOT org> +-- Copyright (C) 2015-2017 Daniel Gröber <cabal-helper@dxld.at> -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/src/CabalHelper/Compiletime/Log.hs b/src/CabalHelper/Compiletime/Log.hs index a6f82ae..a329c54 100644 --- a/src/CabalHelper/Compiletime/Log.hs +++ b/src/CabalHelper/Compiletime/Log.hs @@ -1,5 +1,5 @@ -- cabal-helper: Simple interface to Cabal's configuration state --- Copyright (C) 2017-2018 Daniel Gröber <dxld ÄT darkboxed DOT org> +-- Copyright (C) 2017-2018 Daniel Gröber <cabal-helper@dxld.at> -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/src/CabalHelper/Compiletime/Types.hs b/src/CabalHelper/Compiletime/Types.hs index 43c2230..77c3255 100644 --- a/src/CabalHelper/Compiletime/Types.hs +++ b/src/CabalHelper/Compiletime/Types.hs @@ -1,5 +1,5 @@ -- cabal-helper: Simple interface to Cabal's configuration state --- Copyright (C) 2015-2018 Daniel Gröber <dxld ÄT darkboxed DOT org> +-- Copyright (C) 2015-2018 Daniel Gröber <cabal-helper@dxld.at> -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/src/CabalHelper/Compiletime/Wrapper.hs b/src/CabalHelper/Compiletime/Wrapper.hs index 9a9f27f..d0dbad3 100644 --- a/src/CabalHelper/Compiletime/Wrapper.hs +++ b/src/CabalHelper/Compiletime/Wrapper.hs @@ -1,5 +1,5 @@ -- cabal-helper: Simple interface to Cabal's configuration state --- Copyright (C) 2015-2018 Daniel Gröber <dxld ÄT darkboxed DOT org> +-- Copyright (C) 2015-2018 Daniel Gröber <cabal-helper@dxld.at> -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/src/CabalHelper/Runtime/Main.hs b/src/CabalHelper/Runtime/Main.hs index 412109f..78260f8 100644 --- a/src/CabalHelper/Runtime/Main.hs +++ b/src/CabalHelper/Runtime/Main.hs @@ -1,5 +1,5 @@ -- cabal-helper: Simple interface to Cabal's configuration state --- Copyright (C) 2015-2018 Daniel Gröber <dxld ÄT darkboxed DOT org> +-- Copyright (C) 2015-2018 Daniel Gröber <cabal-helper@dxld.at> -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/src/CabalHelper/Shared/Common.hs b/src/CabalHelper/Shared/Common.hs index cb2cc82..a7e7377 100644 --- a/src/CabalHelper/Shared/Common.hs +++ b/src/CabalHelper/Shared/Common.hs @@ -1,5 +1,5 @@ -- cabal-helper: Simple interface to Cabal's configuration state --- Copyright (C) 2015-2018 Daniel Gröber <dxld ÄT darkboxed DOT org> +-- Copyright (C) 2015-2018 Daniel Gröber <cabal-helper@dxld.at> -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/src/CabalHelper/Shared/InterfaceTypes.hs b/src/CabalHelper/Shared/InterfaceTypes.hs index 6e138d4..a108c72 100644 --- a/src/CabalHelper/Shared/InterfaceTypes.hs +++ b/src/CabalHelper/Shared/InterfaceTypes.hs @@ -1,5 +1,5 @@ -- cabal-helper: Simple interface to Cabal's configuration state --- Copyright (C) 2015-2018 Daniel Gröber <dxld ÄT darkboxed DOT org> +-- Copyright (C) 2015-2018 Daniel Gröber <cabal-helper@dxld.at> -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/src/CabalHelper/Shared/Sandbox.hs b/src/CabalHelper/Shared/Sandbox.hs index 7a5f236..2f3774f 100644 --- a/src/CabalHelper/Shared/Sandbox.hs +++ b/src/CabalHelper/Shared/Sandbox.hs @@ -1,5 +1,5 @@ -- cabal-helper: Simple interface to Cabal's configuration state --- Copyright (C) 2015-2017 Daniel Gröber <dxld ÄT darkboxed DOT org> +-- Copyright (C) 2015-2017 Daniel Gröber <cabal-helper@dxld.at> -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by |