summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@novell.com>2010-02-16 20:21:21 +0100
committerVincent Untz <vuntz@novell.com>2010-02-16 20:21:21 +0100
commit4691af850ab9051c792dffc670159492ba5e0371 (patch)
treed0997cdc9beab143bf1b07fdad7718c2d9501c69
parent5656b435fef01b4493c10cd0cfb6f938bdabd7f0 (diff)
Use email instead of old bugzilla URL to report bugs
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7bb2118..0f6f2ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([cups-pk-helper], [0.0.4],
- [https://bugzilla.novell.com/enter_bug.cgi?classification=7340&product=openSUSE+11.1])
+ [mailto:vuntz@novell.com])
AC_CONFIG_SRCDIR(src/cups-pk-helper-mechanism.c)
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])