[hitori] docs: Update application home page



commit 4a94f84c76df85e20d99962b1a2b58ae1a984d26
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Sep 10 21:05:22 2013 -0600

    docs: Update application home page
    
    The old home page has disappeared following an unexpected wiki
    reorganisation.
    
    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=707692

 README          |    2 +-
 configure.ac    |    2 +-
 hitori.doap     |    2 +-
 src/interface.c |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/README b/README
index 47417c6..0c1445b 100644
--- a/README
+++ b/README
@@ -54,4 +54,4 @@ Contact
 =======
 
 Philip Withnall <philip tecnocode co uk>
-http://live.gnome.org/Hitori
+https://wiki.gnome.org/Apps/Hitori
diff --git a/configure.ac b/configure.ac
index e6b040d..d7fcbb2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Hitori],[0.4.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=hitori],[hitori],[http://live.gnome.org/Hitori])
+AC_INIT([Hitori],[0.4.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=hitori],[hitori],[https://wiki.gnome.org/Apps/Hitori])
 
 AM_INIT_AUTOMAKE([check-news dist-bzip2 subdir-objects])
 AC_CONFIG_HEADERS([config.h])
diff --git a/hitori.doap b/hitori.doap
index 2160656..c2fd231 100644
--- a/hitori.doap
+++ b/hitori.doap
@@ -5,7 +5,7 @@
         xmlns="http://usefulinc.com/ns/doap#";>
        <name xml:lang="en">hitori</name>
        <shortdesc xml:lang="en">GTK+ application to generate and let you play games of Hitori</shortdesc>
-       <homepage rdf:resource="http://live.gnome.org/Hitori"; />
+       <homepage rdf:resource="https://wiki.gnome.org/Apps/Hitori"; />
        <maintainer>
                <foaf:Person>
                        <foaf:name>Philip Withnall</foaf:name>
diff --git a/src/interface.c b/src/interface.c
index be830a7..16ce8bb 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -653,7 +653,7 @@ about_cb (GSimpleAction *action, GVariant *parameters, gpointer user_data)
                                "license", license,
                                "wrap-license", TRUE,
                                "website-label", _("Hitori Website"),
-                               "website", "http://live.gnome.org/Hitori";,
+                               "website", PACKAGE_URL,
                                NULL);
 
        g_free (license);


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