Skip to content

Commit c9a83a7

Browse files
committed
Move URLs to HTTPS
1 parent b3cd9f8 commit c9a83a7

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/unist-util-remove-position",
1414
"bugs": "https://github.com/syntax-tree/unist-util-remove-position/issues",
15-
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
15+
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
1616
"contributors": [
17-
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
17+
"Titus Wormer <tituswormer@gmail.com> (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
@@ -76,7 +76,7 @@ repository, organisation, or community you agree to abide by its terms.
7676

7777
[license]: license
7878

79-
[author]: http://wooorm.com
79+
[author]: https://wooorm.com
8080

8181
[unist]: https://github.com/syntax-tree/unist
8282

0 commit comments

Comments
 (0)