diff options
author | Ryan <RyanSquared@users.noreply.github.com> | 2020-02-08 15:58:26 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-08 15:58:26 -0600 |
commit | d6d2a0c77010db6a75a8942e2af9606971738c23 (patch) | |
tree | 74c59f81a8d52433fe720a78537fe6cac2b1b8be | |
parent | 4afbf2f25dc0ce86b118261b0cfb904c80ae6ba0 (diff) | |
parent | 07ee4d39c5f14a0a389a9317035188852362406f (diff) | |
download | ale-d6d2a0c77010db6a75a8942e2af9606971738c23.zip |
Merge pull request #2986 from ndrewtl/patch-1
misc: change email address for @ndrewtl
-rw-r--r-- | autoload/ale/ant.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/ale/ant.vim b/autoload/ale/ant.vim index 689b444b..7d02484e 100644 --- a/autoload/ale/ant.vim +++ b/autoload/ale/ant.vim @@ -1,4 +1,4 @@ -" Author: Andrew Lee <andrewl@mbda.fun>. +" Author: Andrew Lee <andrew.lambda@tuta.io>. " Inspired by ale/gradle.vim by Michael Pardo <michael@michaelpardo.com> " Description: Functions for working with Ant projects. |