summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2013-09-27 09:36:19 -0400
committerMatt Farina <[email protected]>2013-09-27 09:36:19 -0400
commit4116783c1e37cf73302f78a4bcc1ead584bab599 (patch)
treea4763b6c4b7357441108ad620f74053acfd03cf0
parent10cc34c7c5b47532d7f8ef540c46bcd344baf05d (diff)
Updated the homepage to be http rather than https because of the github ssl cert warning.
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 3d7b7f5..d574580 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,7 @@
"name": "masterminds/html5",
"description": "An HTML5 parser and serializer.",
"type": "library",
- "homepage": "https://masterminds.github.io/html5-php",
+ "homepage": "http://masterminds.github.io/html5-php",
"license": "MIT",
"keywords": ["xml", "html", "html5", "dom", "parser", "serializer", "querypath"],
"authors": [