summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2010-03-17 11:34:14 +0000
committerJonny Lamb <jonny.lamb@collabora.co.uk>2010-03-17 11:34:14 +0000
commit33aa0bdd942b7b4f2b6b8fd45c165a61fec3257a (patch)
tree96f276e5902c3e4798b4d7931c13c6ef56541b70
parentac6f674201cfbc8417c6cc6f3a7ee1ba983cc4ad (diff)
configure.ac: fix bug tracker URL
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e7ebb2d..77964d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ m4_define(telepathy_python_maybe_datestamp,
m4_define(telepathy_python_version, telepathy_python_major_version.telepathy_python_minor_version.telepathy_python_micro_version[]telepathy_python_maybe_datestamp)
AC_INIT(telepathy-python, telepathy_python_version,
- [http://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=telepathy-python])
+ [http://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=tp-python])
AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])