summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadomir Dopieralski <openstack@sheep.art.pl>2014-05-20 15:10:47 +0200
committerRadomir Dopieralski <openstack@sheep.art.pl>2014-05-20 15:10:47 +0200
commite47442dd80ed9287bb42a25056bf6cf4314c8a42 (patch)
treebd277395d6bbe7de710e207dc9ef7fe8b9901428
parent56335f6c992cf05ae0a3ce5b9e2cbf3d1068746d (diff)
downloadxstatic-spin-e47442dd80ed9287bb42a25056bf6cf4314c8a42.tar.gz
Fix the project URL
-rw-r--r--xstatic/pkg/spin/__init__.py4
1 files 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)