[frogr] Wrong link to the project website



commit 597c7f24827baebfb93ae204bc82cfdd5529fe8f
Author: Ana Rey <anarey gmail com>
Date:   Tue Sep 17 12:38:28 2013 +0200

    Wrong link to the project website
    
    Changed the link http://wiki.gnome.org/Frogr for
    http://wiki.gnome.org/Apps/Frogr in different files.

 README                   |    4 ++--
 debian/control           |    2 +-
 debian/copyright         |    2 +-
 frogr.doap               |    2 +-
 frogr.spec               |    2 +-
 osx/Info-frogr.plist.in  |    2 +-
 src/frogr-about-dialog.c |    2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/README b/README
index b860c64..a6a9eca 100644
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ To work properly, frogr needs some libraries to be installed first:
 
 -------------------------------------------
 
-Website: http://live.gnome.org/Frogr
+Website: http://live.gnome.org/Apps/Frogr
 
 Source: git://git.gnome.org/frogr
 
@@ -31,7 +31,7 @@ Mailing list: http://mail.gnome.org/mailman/listinfo/frogr-list
 
 Frogr is Copyright (c) 2009-2012 Mario Sanchez Prada
 
-http://live.gnome.org/Frogr
+http://live.gnome.org/Apps/Frogr
 
 See AUTHORS file for details on authors
 
diff --git a/debian/control b/debian/control
index 1635bfe..2aef1f9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Mario Sanchez Prada <msanchez gnome org>
 Build-Depends: cdbs, debhelper (>= 5), yelp-tools, intltool, libexif-dev (>= 0.6.14), libgcrypt11-dev, 
libglib2.0-dev (>= 2.32), libgstreamer0.10-dev, libgtk-3-dev (>= 3.4), libjson-glib-dev (>= 0.12), 
libsoup-gnome2.4-dev (>= 2.34), libsoup2.4-dev (>= 2.34), libxml2-dev (>= 2.6.8)
 Standards-Version: 3.7.3
-Homepage: http://live.gnome.org/Frogr
+Homepage: http://live.gnome.org/Apps/Frogr
 
 Package: frogr
 Architecture: any
diff --git a/debian/copyright b/debian/copyright
index b10bfb0..1481ccd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 This package was debianized by Alberto Garcia <agarcia igalia com> on
 Sat, 20 Jun 2009 17:52:58 +0200.
 
-It was downloaded from http://live.gnome.org/Frogr
+It was downloaded from http://live.gnome.org/Apps/Frogr
 
 Upstream Author:
 
diff --git a/frogr.doap b/frogr.doap
index 9dcc07b..a56a20e 100644
--- a/frogr.doap
+++ b/frogr.doap
@@ -8,7 +8,7 @@
   <shortname>frogr</shortname>
   <shortdesc xml:lang="en">Flickr Remote Organizer for GNOME</shortdesc>
   <description>A Flickr Remote Organizer for GNOME</description>
-  <homepage rdf:resource="http://live.gnome.org/Frogr"; />
+  <homepage rdf:resource="http://live.gnome.org/Apps/Frogr"; />
 
   <maintainer>
     <foaf:Person>
diff --git a/frogr.spec b/frogr.spec
index 738b228..70c5131 100644
--- a/frogr.spec
+++ b/frogr.spec
@@ -5,7 +5,7 @@ Release:        0
 
 Group:         Applications/Internet
 License:       GPLv3
-URL:           http://live.gnome.org/Frogr
+URL:           http://live.gnome.org/Apps/Frogr
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.7/%{name}-%{version}.tar.xz
 
 BuildRequires: intltool
diff --git a/osx/Info-frogr.plist.in b/osx/Info-frogr.plist.in
index 9ba0236..105e5ca 100644
--- a/osx/Info-frogr.plist.in
+++ b/osx/Info-frogr.plist.in
@@ -7,7 +7,7 @@
     <key>CFBundleExecutable</key>
     <string>frogr</string>
     <key>CFBundleGetInfoString</key>
-    <string>@VERSION@, (c) 2009-2012 Mario Sanchez Prada, http://live.gnome.org/Frogr</string>
+    <string>@VERSION@, (c) 2009-2012 Mario Sanchez Prada, http://live.gnome.org/Apps/Frogr</string>
     <key>CFBundleIconFile</key>
     <string>frogr.icns</string>
     <key>CFBundleIdentifier</key>
diff --git a/src/frogr-about-dialog.c b/src/frogr-about-dialog.c
index fc614d4..7009259 100644
--- a/src/frogr-about-dialog.c
+++ b/src/frogr-about-dialog.c
@@ -42,7 +42,7 @@ static const gchar *artists[] = {
 
 static const gchar *appdescr = N_("A Flickr remote organizer for GNOME\n");
 static const gchar *copyright = "(c) 2009-2012 Mario Sanchez Prada";
-static const gchar *website = "http://live.gnome.org/Frogr";;
+static const gchar *website = "http://live.gnome.org/Apps/Frogr";;
 
 void
 frogr_about_dialog_show (GtkWindow *parent)


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