diff options
-rw-r--r-- | composer.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 496d197..e194dc6 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "The Hoa\\Dns library.", "type" : "library", "keywords" : ["library", "dns", "domain", "name", "resolve"], - "homepage" : "http://hoa-project.net/", + "homepage" : "https://hoa-project.net/", "license" : "BSD-3-Clause", "authors" : [ { @@ -12,13 +12,15 @@ }, { "name" : "Hoa community", - "homepage": "http://hoa-project.net/" + "homepage": "https://hoa-project.net/" } ], "support": { - "email" : "support@lists.hoa-project.net", - "irc" : "irc://irc.freenode.org/hoaproject", - "source": "http://git.hoa-project.net/" + "email" : "support@hoa-project.net", + "irc" : "irc://chat.freenode.net/hoaproject", + "forum" : "https://users.hoa-project.net/", + "docs" : "https://central.hoa-project.net/Documentation/Library/Dns", + "source": "https://central.hoa-project.net/Resource/Library/Dns" }, "require": { "hoa/consistency": "~1.0", |