1
0
mirror of https://github.com/flarum/core.git synced 2025-08-25 09:22:52 +02:00

Update urls with their current canonical versions (#1524)

This commit is contained in:
Clark Winkelmann
2018-08-02 17:39:06 +02:00
committed by Franz Liedke
parent 01d8bd5344
commit df7e24cba6
3 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
"name": "flarum/core",
"description": "Delightfully simple forum software.",
"keywords": ["forum", "discussion"],
"homepage": "http://flarum.org",
"homepage": "https://flarum.org/",
"license": "MIT",
"authors": [
{
@@ -17,7 +17,7 @@
"support": {
"issues": "https://github.com/flarum/core/issues",
"source": "https://github.com/flarum/core",
"docs": "http://flarum.org/docs"
"docs": "https://flarum.org/docs/"
},
"require": {
"php": ">=7.1",