[glib-openssl] Fix bugzilla url



commit 7ca60c5aa78043241324f4084c9b28b1205aed78
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Sep 26 22:18:08 2016 +0200

    Fix bugzilla url

 README       |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/README b/README
index 44fb240..eaf120d 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
 Network-related giomodule for glib using openssl.
 
 File bugs against
-http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network
+http://bugzilla.gnome.org/enter_bug.cgi?product=glib-openssl
diff --git a/configure.ac b/configure.ac
index ae7050b..d89988d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ(2.65)
 AC_CONFIG_MACRO_DIR([m4])
 
-AC_INIT([glib-openssl],[2.50.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network])
+AC_INIT([glib-openssl],[2.50.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib-openssl])
 
 AC_CONFIG_SRCDIR([tls/openssl/gtlsbackend-openssl.h])
 AC_CONFIG_HEADERS([config.h])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]