Updated website reference
authorKristoffer Grönlund <kristoffer.gronlund@purplescout.se>
Sun, 3 Jan 2010 00:48:48 +0000 (01:48 +0100)
committerKristoffer Grönlund <kristoffer.gronlund@purplescout.se>
Sun, 3 Jan 2010 00:48:48 +0000 (01:48 +0100)
README
debian/control
debian/copyright
jamaui/ui.py
setup.py

diff --git a/README b/README
index fdded53..ec9365f 100644 (file)
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ Jamaendo is written by Kristoffer Grönlund.
 Maemo. Panucci is written by 
 
  [jamendo]: http://www.jamendo.com/ "Jamendo"
- [jamaendo]: http://github.com/krig/jamaendo/ "Jamaendo"
+ [jamaendo]: http://jamaendo.garage.maemo.org/ "Jamaendo"
  [panucci]: http://panucci.garage.maemo.org/ "Panucci"
 
 ## Installation
index 61d5761..6c717f1 100644 (file)
@@ -6,7 +6,7 @@ Standards-Version: 3.7.3
 Build-Depends: debhelper (>= 5.0.37.2), python2.5-dev
 XS-Python-Version: >= 2.5
 XB-Python-Version: ${python:Versions}
-Homepage: http://github.com/krig/jamaendo/
+Homepage: http://jamaendo.garage.maemo.org/
 
 Package: jamaendo
 Architecture: all
index bf33541..bc4e00f 100644 (file)
@@ -2,7 +2,7 @@ This package was debianized by Kristoffer Gronlund <kristoffer.gronlund@purplesc
 Fri, 01 Jan 2010 14:44:08 +0100.
 
 Upstream Website:
-    http://github.com/krig/jamaendo
+    http://jamaendo.garage.maemo.org/
 
 Upstream Author:
     Kristoffer Gronlund <kristoffer.gronlund@purplescout.se>
index f46feea..da81b10 100644 (file)
@@ -200,8 +200,8 @@ class Jamaui(object):
     def show_about(self, w, win):
         dialog = gtk.AboutDialog()
         dialog.set_program_name("jamaendo")
-        dialog.set_website("http://github.com/krig")
-        dialog.set_website_label("http://github.com/krig")
+        dialog.set_website("http://jamaendo.garage.maemo.org/")
+        dialog.set_website_label("http://jamaendo.garage.maemo.org/")
         dialog.set_version(VERSION)
         dialog.set_license("""Copyright (c) 2010, Kristoffer Gronlund
 All rights reserved.
index fdd591e..a6703b4 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@ setup(
     version = '0.1',\r
     author = "Kristoffer Gronlund",\r
     author_email = "kristoffer.gronlund@purplescout.se",\r
-    url = "http://github.com/krig/jamaendo",\r
+    url = "http://jamaendo.garage.maemo.org/",\r
     packages = ['jamaendo', 'jamaui'],\r
     zip_safe=False,\r
     scripts = ['scripts/jamaendo'],\r