# HG changeset patch # User Ludovic Chabant # Date 1463720710 25200 # Node ID d3a5a086e5cd59b5aa4453064d116110aaebe324 # Parent 5f552aedd9180574e862f31852046d85039a9d59 templating: Use HTTPS URLs for a couple things. diff -r 5f552aedd918 -r d3a5a086e5cd piecrust/__init__.py --- 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