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

@ -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,