Remove https from home page references.

This commit is contained in:
Lance Edgar 2014-04-07 22:16:13 -07:00
parent 5e4aa751d5
commit 1fd1ffb09c
3 changed files with 3 additions and 3 deletions

View file

@ -9,4 +9,4 @@ This is the core ``rattail`` package.
Please see Rattail's `home page`_ for more information. Please see Rattail's `home page`_ for more information.
.. _home page: https://rattailproject.org/ .. _home page: http://rattailproject.org/

View file

@ -5,7 +5,7 @@ Rattail
Welcome to the Rattail project. Welcome to the Rattail project.
The documentation you are currently reading is for the Rattail core Python The documentation you are currently reading is for the Rattail core Python
package. More information is (sort of) available at https://rattailproject.org/. package. More information is (sort of) available at http://rattailproject.org/.
Package API: Package API:

View file

@ -148,7 +148,7 @@ setup(
version = __version__, version = __version__,
author = "Lance Edgar", author = "Lance Edgar",
author_email = "lance@edbob.org", author_email = "lance@edbob.org",
url = "https://rattailproject.org/", url = "http://rattailproject.org/",
license = "GNU Affero GPL v3", license = "GNU Affero GPL v3",
description = "Retail Software Framework", description = "Retail Software Framework",
long_description = README, long_description = README,