summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
authorAndre Miranda <andreldm@xfce.org>2020-06-15 22:45:14 -0300
committerAndre Miranda <andreldm@xfce.org>2020-06-15 22:45:14 -0300
commit94f494cb8ef94844510933650f67c4f515f8e9aa (patch)
tree8c2e40a28d35472c2efb471022ca21e71303b74a /configure.ac.in
parente38d59942cd2d53439eb3b9e14c9b00c025e5de0 (diff)
downloadthunar-94f494cb8ef94844510933650f67c4f515f8e9aa.tar.gz
Replace links to bugzilla by gitlab
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac.in b/configure.ac.in
index b6b9bca7..1f4808a8 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -40,8 +40,8 @@ m4_define([thunar_debug_default], [ifelse(thunar_version_tag(), [git], [yes], [m
dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
-AC_INIT([thunar], [thunar_version], [https://bugzilla.xfce.org/], [thunar])
AC_COPYRIGHT([Copyright (c) 2004-2020 The Thunar development team. All rights reserved.])
+AC_INIT([thunar], [thunar_version], [https://gitlab.xfce.org/xfce/thunar], [thunar])
AC_PREREQ([2.60])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_TARGET()