Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit eb4efe6

Browse files
committed
Documentation: Use HTTPS in composer.json.
1 parent 5fbae2d commit eb4efe6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type" : "library",
55
"keywords" : ["library", "acl", "access", "control", "list", "user",
66
"group", "permission", "service", "resource"],
7-
"homepage" : "http://hoa-project.net/",
7+
"homepage" : "https://hoa-project.net/",
88
"license" : "BSD-3-Clause",
99
"authors" : [
1010
{
@@ -13,13 +13,13 @@
1313
},
1414
{
1515
"name" : "Hoa community",
16-
"homepage": "http://hoa-project.net/"
16+
"homepage": "https://hoa-project.net/"
1717
}
1818
],
1919
"support": {
2020
"email" : "support@hoa-project.net",
2121
"irc" : "irc://chat.freenode.net/hoaproject",
22-
"forum" : "http://users.hoa-project.net/",
22+
"forum" : "https://users.hoa-project.net/",
2323
"docs" : "https://central.hoa-project.net/Documentation/Library/Acl",
2424
"source": "https://central.hoa-project.net/Resource/Library/Acl"
2525
},

0 commit comments

Comments
 (0)