Skip to content

Commit

Permalink
Merge pull request #44 from glensc/patch-1
Browse files Browse the repository at this point in the history
fedorahosted is gone
  • Loading branch information
ralphbean committed Jun 22, 2017
2 parents 231eadc + feea6b8 commit 3c787aa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion moksha.common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
description='Common components for Moksha',
author='Luke Macken, John (J5) Palmieri, Mairin Duffy, and Ralph Bean',
author_email='',
url='http://moksha.fedorahosted.org',
url='https://mokshaproject.net',
install_requires=[
"six",
"decorator",
Expand Down
2 changes: 1 addition & 1 deletion moksha.feeds/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
description='WSGI components for Moksha.',
author='Luke Macken, John (J5) Palmieri, Mairin Duffy, and Ralph Bean',
author_email='',
url='http://moksha.fedorahosted.org',
url='https://mokshaproject.net',
install_requires=[
"moksha.common",
"moksha.wsgi",
Expand Down
2 changes: 1 addition & 1 deletion moksha.hub/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
description='Hub components for Moksha.',
author='Luke Macken, John (J5) Palmieri, Mairin Duffy, and Ralph Bean',
author_email='',
url='http://moksha.fedorahosted.org',
url='https://mokshaproject.net',
install_requires=install_requires,
packages=find_packages(exclude=['ez_setup']),
include_package_data=True,
Expand Down
2 changes: 1 addition & 1 deletion moksha.wsgi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
description='WSGI components for Moksha.',
author='Luke Macken, John (J5) Palmieri, Mairin Duffy, and Ralph Bean',
author_email='',
url='http://moksha.fedorahosted.org',
url='https://mokshaproject.net',
install_requires=[
"moksha.common>=1.0.6",
"tw2.core",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
description='A platform for creating real-time web applications',
author='Luke Macken, John (J5) Palmieri, Mairin Duffy, and Ralph Bean',
author_email='',
url='http://moksha.fedorahosted.org',
url='https://mokshaproject.net',
install_requires=[
"moksha.hub>=1.0.0",
"moksha.wsgi>=1.0.0",
Expand Down

0 comments on commit 3c787aa

Please sign in to comment.