summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReimar Bauer <rb.proj AT googlemail DOT com>2012-02-25 11:32:32 +0100
committerReimar Bauer <rb.proj AT googlemail DOT com>2012-02-25 11:32:32 +0100
commit4b283a9bdc49b9cd85d80da04a57e30aa18d606a (patch)
tree56108d1f7403e2bf3267dab99218cfa00c61bb76
parentff764dd0a7695a2b6fed38f362904a1d21048cbc (diff)
downloadxstatic-jquery-ui-4b283a9bdc49b9cd85d80da04a57e30aa18d606a.tar.gz
homepage and display name corrected
-rw-r--r--xstatic/pkg/jquery_ui/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/xstatic/pkg/jquery_ui/__init__.py b/xstatic/pkg/jquery_ui/__init__.py
index 78bc0b7..338c47a 100644
--- a/xstatic/pkg/jquery_ui/__init__.py
+++ b/xstatic/pkg/jquery_ui/__init__.py
@@ -4,7 +4,7 @@ XStatic resource package
See package 'XStatic' for documentation and basic tools.
"""
-DISPLAY_NAME = 'jquery-ui' # official name, upper/lowercase allowed, no spaces
+DISPLAY_NAME = 'jquery_ui' # official name, upper/lowercase allowed, no spaces
PACKAGE_NAME = 'XStatic-%s' % DISPLAY_NAME # name used for PyPi
NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
@@ -28,7 +28,7 @@ MAINTAINER = 'Reimar Bauer'
MAINTAINER_EMAIL = 'rb.proj@googlemail.com'
# this refers to the project homepage of the stuff we packaged:
-HOMEPAGE = 'http://arshaw.com/fullcalendar/'
+HOMEPAGE = 'http://jqueryui.com/'
# this refers to all files:
LICENSE = '(same as %s)' % DISPLAY_NAME