Skip to content

Commit 6ff473d

Browse files
committed
Move URLs to HTTPS
1 parent 6f2f148 commit 6ff473d

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
@@ -10,9 +10,9 @@
1010
],
1111
"repository": "syntax-tree/hast-util-labelable",
1212
"bugs": "https://github.com/syntax-tree/hast-util-labelable/issues",
13-
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
13+
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
1414
"contributors": [
15-
"Titus Wormer <[email protected]> (http://wooorm.com)"
15+
"Titus Wormer <[email protected]> (https://wooorm.com)"
1616
],
1717
"files": [
1818
"index.js"

readme.md

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

6868
[license]: license
6969

70-
[author]: http://wooorm.com
70+
[author]: https://wooorm.com
7171

7272
[hast]: https://github.com/syntax-tree/hast
7373

0 commit comments

Comments
 (0)