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 --- poppy/poppy.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poppy') diff --git a/poppy/poppy.ini b/poppy/poppy.ini index 185c394..54d6f82 100644 --- a/poppy/poppy.ini +++ b/poppy/poppy.ini @@ -3,7 +3,7 @@ name: poppy version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] -home: http://github.com/mperrin/${package:name} +home: https://github.com/mperrin/${package:name} license: BSD summary: ${package:name} -- cgit