Skip to content

Commit 448f8bf

Browse files
committed
Move URLs to HTTPS
1 parent 0b87b68 commit 448f8bf

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/hastscript",
1717
"bugs": "https://github.com/syntax-tree/hastscript/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
],
2222
"files": [
2323
"index.js",

readme.md

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

156156
[license]: license
157157

158-
[author]: http://wooorm.com
158+
[author]: https://wooorm.com
159159

160160
[hast]: https://github.com/syntax-tree/hast
161161

0 commit comments

Comments
 (0)