Skip to content

Commit 1c3fd5f

Browse files
committed
Move URLs from HTTP to HTTPS
1 parent d1751fb commit 1c3fd5f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
],
1414
"repository": "syntax-tree/unist-util-find-after",
1515
"bugs": "https://github.com/syntax-tree/unist-util-find-after/issues",
16-
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
16+
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
1717
"contributors": [
18-
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
18+
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
1919
],
2020
"files": [
2121
"index.js"

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ repository, organisation, or community you agree to abide by its terms.
8787

8888
[license]: license
8989

90-
[author]: http://wooorm.com
90+
[author]: https://wooorm.com
9191

9292
[unist]: https://github.com/syntax-tree/unist
9393

0 commit comments

Comments
 (0)