Skip to content

Commit 8c817df

Browse files
committed
Move URLs to HTTPS
1 parent fe93645 commit 8c817df

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
@@ -11,9 +11,9 @@
1111
],
1212
"repository": "syntax-tree/unist-util-inspect",
1313
"bugs": "https://github.com/syntax-tree/unist-util-inspect/issues",
14-
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
14+
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
1515
"contributors": [
16-
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
16+
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
1717
],
1818
"files": [
1919
"index.js"

readme.md

Lines changed: 1 addition & 1 deletion
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
[contributing]: https://github.com/syntax-tree/unist/blob/master/contributing.md
9393

0 commit comments

Comments
 (0)