From 28a202f7d8d51f69a3384763374a9066f517909e Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Fri, 6 Oct 2017 00:22:42 +0200 Subject: replace HTTP links with HTTPS (#12157) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 976fc09874..457f8a8d2b 100644 --- a/composer.json +++ b/composer.json @@ -3,17 +3,17 @@ "type": "application", "description": "the leading free/libre analytics platform", "keywords": ["piwik","web","analytics"], - "homepage": "http://piwik.org", + "homepage": "https://piwik.org", "license": "GPL-3.0+", "authors": [ { "name": "The Piwik Team", "email": "hello@piwik.org", - "homepage": "http://piwik.org/the-piwik-team/" + "homepage": "https://piwik.org/team/" } ], "support": { - "forum": "http://forum.piwik.org/", + "forum": "https://forum.piwik.org/", "issues": "https://github.com/piwik/piwik/issues", "wiki": "https://github.com/piwik/piwik/wiki", "source": "https://github.com/piwik/piwik" -- cgit v1.2.3