[almanah] Change website from tecnocode.co.uk to live.gnome.org



commit d6b6014060028c79b0b418b396a161ab8f8f8660
Author: Philip Withnall <philip tecnocode co uk>
Date:   Thu Dec 31 11:17:09 2009 +0000

    Change website from tecnocode.co.uk to live.gnome.org

 README            |    2 +-
 almanah.doap      |    2 +-
 src/main-window.c |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/README b/README
index 4545406..7e06ecd 100644
--- a/README
+++ b/README
@@ -40,4 +40,4 @@ Contact
 =======
 
 Philip Withnall <philip tecnocode co uk>
-http://tecnocode.co.uk/projects/almanah
+http://live.gnome.org/Almanah_Diary
diff --git a/almanah.doap b/almanah.doap
index 8a9f9d7..8cba38d 100644
--- a/almanah.doap
+++ b/almanah.doap
@@ -5,7 +5,7 @@
 	 xmlns="http://usefulinc.com/ns/doap#";>
 	<name xml:lang="en">almanah</name>
 	<shortdesc xml:lang="en">Small GTK+ application to allow you to keep a diary of your life</shortdesc>
-	<homepage rdf:resource="http://tecnocode.co.uk/projects/almanah"; />
+	<homepage rdf:resource="http://live.gnome.org/Almanah_Diary"; />
 	<maintainer>
 		<foaf:Person>
 			<foaf:name>Philip Withnall</foaf:name>
diff --git a/src/main-window.c b/src/main-window.c
index 43dbdf3..1f2888e 100644
--- a/src/main-window.c
+++ b/src/main-window.c
@@ -901,7 +901,7 @@ mw_about_activate_cb (GtkAction *action, AlmanahMainWindow *main_window)
 				"license", license,
 				"wrap-license", TRUE,
 				"website-label", _("Almanah Website"),
-				"website", "http://tecnocode.co.uk/projects/almanah";,
+				"website", "http://live.gnome.org/Almanah_Diary";,
 				NULL);
 
 	g_free (license);



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