diff piecrust/__init__.py @ 708:d3a5a086e5cd

templating: Use HTTPS URLs for a couple things.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 19 May 2016 22:05:10 -0700
parents 99112a431de9
children ab5c6a8ae90a
line wrap: on
line diff
--- a/piecrust/__init__.py	Fri Mar 25 23:35:56 2016 -0700
+++ b/piecrust/__init__.py	Thu May 19 22:05:10 2016 -0700
@@ -13,9 +13,9 @@
 DEFAULT_TEMPLATE_ENGINE = 'jinja2'
 DEFAULT_POSTS_FS = 'flat'
 DEFAULT_DATE_FORMAT = '%b %d, %Y'
-DEFAULT_THEME_SOURCE = 'http://bitbucket.org/ludovicchabant/'
+DEFAULT_THEME_SOURCE = 'https://bitbucket.org/ludovicchabant/'
 
-PIECRUST_URL = 'http://bolt80.com/piecrust/'
+PIECRUST_URL = 'https://bolt80.com/piecrust/'
 
 CACHE_VERSION = 23