From e47442dd80ed9287bb42a25056bf6cf4314c8a42 Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Tue, 20 May 2014 15:10:47 +0200 Subject: [PATCH] Fix the project URL --- xstatic/pkg/spin/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xstatic/pkg/spin/__init__.py b/xstatic/pkg/spin/__init__.py index 3662efa..d9e95c3 100644 --- a/xstatic/pkg/spin/__init__.py +++ b/xstatic/pkg/spin/__init__.py @@ -28,7 +28,7 @@ MAINTAINER = 'Radomir Dopieralski' MAINTAINER_EMAIL = 'openstack@sheep.art.pl' # this refers to the project homepage of the stuff we packaged: -HOMEPAGE = 'http://code.shutterstock.com/spin/' +HOMEPAGE = 'http://fgnass.github.io/spin.js/' # this refers to all files: LICENSE = '(same as %s)' % DISPLAY_NAME @@ -36,7 +36,7 @@ LICENSE = '(same as %s)' % DISPLAY_NAME from os.path import join, dirname BASE_DIR = join(dirname(__file__), 'data') # linux package maintainers just can point to their file locations like this: -#BASE_DIR = '/usr/share/javascript/rickshaw' +#BASE_DIR = '/usr/share/javascript/spin' LOCATIONS = { # CDN locations (if no public CDN exists, use an empty dict)