From 1fd1ffb09c131935fe958f9239e6852617e7a962 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 7 Apr 2014 22:16:13 -0700 Subject: [PATCH] Remove https from home page references. --- README.rst | 2 +- docs/index.rst | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 9f674cbb..dd13c644 100644 --- a/README.rst +++ b/README.rst @@ -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/ diff --git a/docs/index.rst b/docs/index.rst index 8024b456..742b994a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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: diff --git a/setup.py b/setup.py index 80b36e40..e3d0072f 100644 --- a/setup.py +++ b/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,