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 0802eee..b429be5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,8 @@
# License along with this program. If not, see
# <http://www.gnu.org/licenses/>.
-AC_INIT([boukengine], [0.1.0], [mailto:pj@pehjota.net])
+AC_INIT([boukengine], [0.1.0], [mailto:pj@pehjota.net], [boukengine],
+ [http://www.pehjota.net/projects/overworld-rpg/])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/main.c])