aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuta.256 <yuta.256@b7c3aa3b-274f-0410-ae0b-edc9d07c929d>2008-06-25 20:50:59 +0000
committeryuta.256 <yuta.256@b7c3aa3b-274f-0410-ae0b-edc9d07c929d>2008-06-25 20:50:59 +0000
commit176b6c50446b4f7ae1e284ae2287f8b1c62811fd (patch)
tree6959396d81b2d9fe1ef31fba52d69c4a28488b1e
parent18d7a90ad01a043f61d8af8b997fdeac10772cef (diff)
downloadplatform_external_libdivsufsort-176b6c50446b4f7ae1e284ae2287f8b1c62811fd.tar.gz
platform_external_libdivsufsort-176b6c50446b4f7ae1e284ae2287f8b1c62811fd.tar.bz2
platform_external_libdivsufsort-176b6c50446b4f7ae1e284ae2287f8b1c62811fd.zip
AUTHORS: Fixed email address.
-rw-r--r--AUTHORS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index b750b88..1154fe9 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,3 @@
-- AUTHORS for libdivsufsort
-Yuta Mori <yiv01157@nifty.com>
+Yuta Mori <yuta.256@gmail.com>
diff --git a/configure.ac b/configure.ac
index ed090e5..cc85027 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
AC_PREREQ(2.59)
-AC_INIT([libdivsufsort], [1.2.3], [yiv01157@nifty.com])
+AC_INIT([libdivsufsort], [1.2.3], [yuta.256@gmail.com])
AC_CONFIG_SRCDIR([include/divsufsort.h.in])
AC_CONFIG_HEADER([include/config.h])
AC_CONFIG_AUX_DIR([config])