Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 9a8afb5

Browse files
committed
Move URLs to HTTPS
1 parent 87c76ef commit 9a8afb5

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
@@ -14,9 +14,9 @@
1414
],
1515
"repository": "syntax-tree/hast-util-menu-state",
1616
"bugs": "https://github.com/syntax-tree/hast-util-menu-state/issues",
17-
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
17+
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
1818
"contributors": [
19-
"Titus Wormer <[email protected]> (http://wooorm.com)"
19+
"Titus Wormer <[email protected]> (https://wooorm.com)"
2020
],
2121
"files": [
2222
"index.js"

readme.md

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

7979
[license]: license
8080

81-
[author]: http://wooorm.com
81+
[author]: https://wooorm.com
8282

8383
[hast]: https://github.com/syntax-tree/hast
8484

0 commit comments

Comments
 (0)