From 3c1bb2c3afe797136dd43ccf335b942a33431033 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Sat, 14 Oct 2017 22:54:27 +0800 Subject: [PATCH] update authors email. --- AUTHORS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 98731f0..f88bd41 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -Hermet Park +Hermet Park Cedric Bail Raoul Hecky Daniel Juyung Seo diff --git a/configure.ac b/configure.ac index 39da4f5..85fd62a 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([lt_age], v_min) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## -AC_INIT(enventor, [v_ver], hermet@hermet.pe.kr) +AC_INIT(enventor, [v_ver], hermetpark@gmail.com) AC_PREREQ(2.52) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_MACRO_DIR([m4])