diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-08-24 22:56:37 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-08-24 22:58:56 (EDT) |
commit | 76e3a0428e246eaf0966450235e99a1fd6abc451 (patch) | |
tree | fcafd270ac81ab871b601ee1753145f99f8bb1e1 | |
parent | fda0e3b37eb5a1a01568a5fb278032c200454171 (diff) | |
download | overworld-rpg-76e3a0428e246eaf0966450235e99a1fd6abc451.zip overworld-rpg-76e3a0428e246eaf0966450235e99a1fd6abc451.tar.gz overworld-rpg-76e3a0428e246eaf0966450235e99a1fd6abc451.tar.bz2 |
configure.ac: Update e-mail address
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1a70935..0802eee 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # License along with this program. If not, see # <http://www.gnu.org/licenses/>. -AC_INIT([boukengine], [0.1.0], [pjm@nac.net]) +AC_INIT([boukengine], [0.1.0], [mailto:pj@pehjota.net]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/main.c]) |