Skip to content

Commit f64d7c2

Browse files
committed
Move URLs to HTTPS
1 parent 5c13755 commit f64d7c2

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-size",
1313
"bugs": "https://github.com/syntax-tree/unist-util-size/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
@@ -65,7 +65,7 @@ repository, organisation, or community you agree to abide by its terms.
6565

6666
[license]: license
6767

68-
[author]: http://wooorm.com
68+
[author]: https://wooorm.com
6969

7070
[unist]: https://github.com/syntax-tree/unist
7171

0 commit comments

Comments
 (0)