Skip to content

Commit c638d6b

Browse files
committed
Move URLs to HTTPS
1 parent 13d5080 commit c638d6b

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
@@ -16,9 +16,9 @@
1616
],
1717
"repository": "syntax-tree/unist-util-stringify-position",
1818
"bugs": "https://github.com/syntax-tree/unist-util-stringify-position/issues",
19-
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
19+
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
2020
"contributors": [
21-
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
21+
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
2222
],
2323
"files": [
2424
"index.js"

readme.md

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

8686
[license]: license
8787

88-
[author]: http://wooorm.com
88+
[author]: https://wooorm.com
8989

9090
[unist]: https://github.com/syntax-tree/unist
9191

0 commit comments

Comments
 (0)