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

Commit 1926f5e

Browse files
committed
Move URLs to HTTPS
1 parent c6557a7 commit 1926f5e

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
@@ -15,9 +15,9 @@
1515
],
1616
"repository": "syntax-tree/hast-to-hyperscript",
1717
"bugs": "https://github.com/syntax-tree/hast-to-hyperscript/issues",
18-
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
18+
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
1919
"contributors": [
20-
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
20+
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
2121
"Jannis Redmann <mail@jannisr.de>",
2222
"Koto Hajime <toxictoxer@gmail.com>"
2323
],

readme.md

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

141141
[license]: license
142142

143-
[author]: http://wooorm.com
143+
[author]: https://wooorm.com
144144

145145
[hast]: https://github.com/syntax-tree/hast
146146

0 commit comments

Comments
 (0)