summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-01-08 19:56:42 +0100
committerinfirit <[email protected]>2014-01-09 00:23:47 +0100
commit2455345e11a5e1f117f41cb076223b485c99533c (patch)
treeade677cc856e9b3e3b92882d27db1d8cf5adcc0e
parent6eeee715e1cf4734481c36e876696bf172d562cd (diff)
downloadpython-caja-2455345e11a5e1f117f41cb076223b485c99533c.tar.bz2
python-caja-2455345e11a5e1f117f41cb076223b485c99533c.tar.xz
Cleanup AC_INIT
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
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)