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/astropy.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astropy/astropy.ini') diff --git a/astropy/astropy.ini b/astropy/astropy.ini index 2de1f40..83eebb0 100644 --- a/astropy/astropy.ini +++ b/astropy/astropy.ini @@ -3,7 +3,7 @@ name: astropy 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