diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-07-05 11:37:36 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-07-05 11:38:06 -0700 |
commit | 2946b408a1afb392b668fb3d35cb57ed7600cf2f (patch) | |
tree | 30cbc5e6db9e8031870a6b11bffae3f2b2a39e6b /configure.ac | |
parent | 9aa856e0af5f0b481b1dc2278b225032a93a044a (diff) |
configure: update email address
Been slowly deprecating the @gnugeneration.com address...
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 80a11be..3998e60 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([vwm], [3.0], [vcaputo@gnugeneration.com]) +AC_INIT([vwm], [3.0], [vcaputo@pengaru.com]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_CONFIG_MACRO_DIRS([m4]) AC_PROG_CC |