From 1f0724c46f734817e9d2a1217ae71610b5d77d1a Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Thu, 1 Oct 2015 22:59:59 -0400 Subject: Fix http://github.com, should be https --- astropy-helpers/astropy-helpers.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astropy-helpers') diff --git a/astropy-helpers/astropy-helpers.ini b/astropy-helpers/astropy-helpers.ini index e503e6a..31e01b1 100644 --- a/astropy-helpers/astropy-helpers.ini +++ b/astropy-helpers/astropy-helpers.ini @@ -3,7 +3,7 @@ name: astropy-helpers version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] -home: http://github.com/astropy/${package:name} +home: https://github.com/astropy/${package:name} license: BSD summary: ${package:name} readme: README.rst -- cgit