[gnome-online-accounts] build: Mention the URL of the home page in AC_INIT



commit 20e4ca60d74d5bc5af5f6a817fe001544dac6add
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Oct 26 12:32:25 2017 +0200

    build: Mention the URL of the home page in AC_INIT

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b864fa5..61f8df3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,8 @@ m4_define([goa_version],
 AC_INIT([GNOME Online Accounts],
         [goa_version],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-online-accounts],
-        [gnome-online-accounts])
+        [gnome-online-accounts],
+        [https://wiki.gnome.org/Projects/GnomeOnlineAccounts])
 
 AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip tar-ustar])
 AC_CONFIG_MACRO_DIR([m4])


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