aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-12-18 02:46:13 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-12-18 21:22:30 +0800
commitda3a80603cb5873d8310160683acfc988ef5a23f (patch)
treef0091c697fc9c84287d9fac0a7a61d98f4128fb2
parentf6ffc3d4a89d14545d9708cd18d959cf45c94378 (diff)
downloadgsoc2013-evolution-da3a80603cb5873d8310160683acfc988ef5a23f.tar
gsoc2013-evolution-da3a80603cb5873d8310160683acfc988ef5a23f.tar.gz
gsoc2013-evolution-da3a80603cb5873d8310160683acfc988ef5a23f.tar.bz2
gsoc2013-evolution-da3a80603cb5873d8310160683acfc988ef5a23f.tar.lz
gsoc2013-evolution-da3a80603cb5873d8310160683acfc988ef5a23f.tar.xz
gsoc2013-evolution-da3a80603cb5873d8310160683acfc988ef5a23f.tar.zst
gsoc2013-evolution-da3a80603cb5873d8310160683acfc988ef5a23f.zip
configure.ac: Update PACKAGE_URL to Evolution wiki.
The PACKAGE_URL shows up in Evolution's "About" dialog. Link to http://wiki.gnome.org/Apps/Evolution, as projects.gnome.org is shutting down soon.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b66b888361..17a154c09e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ m4_define([base_version], [3.12])
dnl Autoconf / Automake Initialization
AC_PREREQ([2.64])
-AC_INIT([evolution],[evo_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution],[evolution],[http://www.gnome.org/projects/evolution/])
+AC_INIT([evolution],[evo_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution],[evolution],[http://wiki.gnome.org/Apps/Evolution/])
AM_INIT_AUTOMAKE([1.10 dist-xz no-dist-gzip -Wall -Wno-portability foreign])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS(config.h)