From: Michael Orlitzky Date: Sat, 31 Mar 2012 00:49:27 +0000 (-0400) Subject: Report bugs to my email address, not the website. X-Git-Tag: v0.0.8~3 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=commitdiff_plain;h=3a307e4a56facc293e0ecc816690cb674cffaaad Report bugs to my email address, not the website. --- diff --git a/configure.ac.in b/configure.ac.in index 069d8fb..9173e3b 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -15,9 +15,8 @@ dnl *** Initialize autoconf *** dnl *************************** AC_COPYRIGHT([Copyright (c) 2012 Michael Orlitzky. All rights reserved.]) -AC_INIT([xfce4-hdaps], [xfce4_hdaps_version()], [http://michael.orlitzky.com/code/xfce4-hdaps.php], [xfce4-hdaps]) +AC_INIT([xfce4-hdaps], [xfce4_hdaps_version()], [michael@orlitzky.com]) AC_PREREQ([2.50]) -AC_REVISION([xfce4_panel_version_build]) dnl *************************** dnl *** Initialize automake ***