From bda6e4bae14803a4348ef23788533ced474e804b Mon Sep 17 00:00:00 2001 From: David Sansome Date: Sat, 18 Sep 2010 15:27:44 +0000 Subject: [PATCH] Update the URLs in the deb, rpm and windows installer to point to the new website --- debian/control | 2 +- dist/clementine.spec.in | 2 +- dist/windows/clementine.nsi.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index d46970c98..fa0cb3979 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 7), libusbmuxd-dev, libmtp-dev Standards-Version: 3.8.1 -Homepage: http://code.google.com/p/clementine-player/ +Homepage: http://www.clementine-player.org/ Package: clementine Architecture: any diff --git a/dist/clementine.spec.in b/dist/clementine.spec.in index 16c73fc9f..1067a6d7f 100644 --- a/dist/clementine.spec.in +++ b/dist/clementine.spec.in @@ -5,7 +5,7 @@ Summary: A music player and library organiser Group: Applications/Multimedia License: GPLv3 -URL: http://code.google.com/p/clementine-player +URL: http://www.clementine-player.org/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) diff --git a/dist/windows/clementine.nsi.in b/dist/windows/clementine.nsi.in index a13cf28c0..5a79e5674 100644 --- a/dist/windows/clementine.nsi.in +++ b/dist/windows/clementine.nsi.in @@ -4,7 +4,7 @@ !define PRODUCT_VERSION_MINOR @CLEMENTINE_VERSION_MINOR@ !define PRODUCT_DISPLAY_VERSION "@CLEMENTINE_VERSION_STRING@" !define PRODUCT_DISPLAY_VERSION_SHORT "@CLEMENTINE_VERSION_SHORT_STRING@" -!define PRODUCT_WEB_SITE "http://code.google.com/p/clementine-player/" +!define PRODUCT_WEB_SITE "http://www.clementine-player.org/" !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" !define PRODUCT_UNINST_ROOT_KEY "HKLM" !define PRODUCT_INSTALL_DIR "$PROGRAMFILES\Clementine"