[gcab] meson: fix bugreport url



commit e41df9582edd913fe3b549e6e6fec65668a44d72
Author: Marc-André Lureau <marcandre lureau redhat com>
Date:   Sat Dec 21 13:29:20 2019 +0400

    meson: fix bugreport url
    
    Signed-off-by: Marc-André Lureau <marcandre lureau redhat com>

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 7737ab3..d7d7b9e 100644
--- a/meson.build
+++ b/meson.build
@@ -119,7 +119,7 @@ conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
 conf.set_quoted('PACKAGE_NAME', meson.project_name())
 conf.set_quoted('PACKAGE_STRING', package_string)
 conf.set_quoted('LOCALEDIR', join_paths(get_option('prefix'), get_option('localedir')))
-conf.set_quoted('PACKAGE_BUGREPORT', 
'https://bugzilla.gnome.org/enter_bug.cgi?product=msitools&component=gcab')
+conf.set_quoted('PACKAGE_BUGREPORT', 'https://gitlab.gnome.org/GNOME/gcab/issues/new')
 configure_file(
   output : 'config.h',
   configuration : conf


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