From: Kristoffer Grönlund Date: Sun, 3 Jan 2010 00:48:48 +0000 (+0100) Subject: Updated website reference X-Git-Url: http://git.maemo.org/git/?p=jamaendo;a=commitdiff_plain;h=2b3e6aff9f8e6975dbc79d9d2f693d6f7f3c8808 Updated website reference --- diff --git a/README b/README index fdded53..ec9365f 100644 --- 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 diff --git a/debian/control b/debian/control index 61d5761..6c717f1 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/copyright b/debian/copyright index bf33541..bc4e00f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,7 +2,7 @@ This package was debianized by Kristoffer Gronlund diff --git a/jamaui/ui.py b/jamaui/ui.py index f46feea..da81b10 100644 --- a/jamaui/ui.py +++ b/jamaui/ui.py @@ -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. diff --git a/setup.py b/setup.py index fdd591e..a6703b4 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ setup( version = '0.1', author = "Kristoffer Gronlund", author_email = "kristoffer.gronlund@purplescout.se", - url = "http://github.com/krig/jamaendo", + url = "http://jamaendo.garage.maemo.org/", packages = ['jamaendo', 'jamaui'], zip_safe=False, scripts = ['scripts/jamaendo'],