Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Winkler <Findus23@users.noreply.github.com>2017-10-06 01:22:42 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2017-10-06 01:22:42 +0300
commit28a202f7d8d51f69a3384763374a9066f517909e (patch)
treec46892007132f025c5e4dcafae706b238c0fd737 /composer.json
parent11de54ca12d2a46e74cf190a65a848e0356dd470 (diff)
replace HTTP links with HTTPS (#12157)
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 3 insertions, 3 deletions
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"