Skip to content

Commit 31b7e7d

Browse files
committed
Move URLs to HTTPS
1 parent 7503bea commit 31b7e7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
],
1515
"repository": "syntax-tree/mdast-zone",
1616
"bugs": "https://github.com/syntax-tree/mdast-zone/issues",
17-
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
17+
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
1818
"contributors": [
19-
"Titus Wormer <[email protected]> (http://wooorm.com)"
19+
"Titus Wormer <[email protected]> (https://wooorm.com)"
2020
],
2121
"files": [
2222
"index.js"

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ repository, organisation, or community you agree to abide by its terms.
122122

123123
[license]: license
124124

125-
[author]: http://wooorm.com
125+
[author]: https://wooorm.com
126126

127127
[mdast]: https://github.com/syntax-tree/mdast
128128

0 commit comments

Comments
 (0)