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 /lib | |
parent | 2706b0cf1c9441071a8f72a2e54b623bae29e7b2 (diff) |
Change maintainer email address
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Distribution/Helper.hs | 4 |
1 files changed, 2 insertions, 2 deletions
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 -} |