Skip to content

Commit 6096c87

Browse files
committed
Move URLs to HTTPS
1 parent e9c92fc commit 6096c87

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
@@ -12,9 +12,9 @@
1212
],
1313
"repository": "syntax-tree/hast-util-raw",
1414
"bugs": "https://github.com/syntax-tree/hast-util-raw/issues",
15-
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
15+
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
1616
"contributors": [
17-
"Titus Wormer <[email protected]> (http://wooorm.com)"
17+
"Titus Wormer <[email protected]> (https://wooorm.com)"
1818
],
1919
"files": [
2020
"index.js"

readme.md

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

8383
[license]: license
8484

85-
[author]: http://wooorm.com
85+
[author]: https://wooorm.com
8686

8787
[hast]: https://github.com/syntax-tree/hast
8888

0 commit comments

Comments
 (0)