Skip to content

Commit d325b44

Browse files
committed
Move URLs to HTTPS
1 parent e8666d4 commit d325b44

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/hast-util-whitespace",
1616
"bugs": "https://github.com/syntax-tree/hast-util-whitespace/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
@@ -74,7 +74,7 @@ repository, organisation, or community you agree to abide by its terms.
7474

7575
[license]: license
7676

77-
[author]: http://wooorm.com
77+
[author]: https://wooorm.com
7878

7979
[hast]: https://github.com/syntax-tree/hast
8080

0 commit comments

Comments
 (0)