From 2455345e11a5e1f117f41cb076223b485c99533c Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 8 Jan 2014 19:56:42 +0100 Subject: Cleanup AC_INIT --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 84b70c3..0f1d737 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,6 @@ -AC_INIT([caja-python], [1.6.0], [http://mate-desktop.org]) +AC_INIT([python-caja], [1.6.0], + [https://github.com/mate-desktop/python-caja/issues], + [python-caja], [http://mate-desktop.org]) AC_SUBST(PACKAGE) AC_SUBST(VERSION) -- cgit v1.2.1