Remove https from home page references.
This commit is contained in:
parent
5e4aa751d5
commit
1fd1ffb09c
|
@ -9,4 +9,4 @@ This is the core ``rattail`` package.
|
|||
|
||||
Please see Rattail's `home page`_ for more information.
|
||||
|
||||
.. _home page: https://rattailproject.org/
|
||||
.. _home page: http://rattailproject.org/
|
||||
|
|
|
@ -5,7 +5,7 @@ Rattail
|
|||
Welcome to the Rattail project.
|
||||
|
||||
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:
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -148,7 +148,7 @@ setup(
|
|||
version = __version__,
|
||||
author = "Lance Edgar",
|
||||
author_email = "lance@edbob.org",
|
||||
url = "https://rattailproject.org/",
|
||||
url = "http://rattailproject.org/",
|
||||
license = "GNU Affero GPL v3",
|
||||
description = "Retail Software Framework",
|
||||
long_description = README,
|
||||
|
|
Loading…
Reference in a new issue