diff options
author | infirit <[email protected]> | 2014-01-08 19:56:42 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-01-09 00:23:47 +0100 |
commit | 2455345e11a5e1f117f41cb076223b485c99533c (patch) | |
tree | ade677cc856e9b3e3b92882d27db1d8cf5adcc0e /configure.ac | |
parent | 6eeee715e1cf4734481c36e876696bf172d562cd (diff) | |
download | python-caja-2455345e11a5e1f117f41cb076223b485c99533c.tar.bz2 python-caja-2455345e11a5e1f117f41cb076223b485c99533c.tar.xz |
Cleanup AC_INIT
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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) |