summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d4986b4..a7d2e4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with fbcon2png. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([fbcon2png], [0.1.0], [mailto:pj@pehjota.net], [fbcon2png])
+AC_INIT([fbcon2png], [0.1.0], [mailto:patrick.mcdermott@libiquity.com],
+ [fbcon2png])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/main.c])