Skip to content

Commit e655d64

Browse files
committed
Move URLs to HTTPS
1 parent cab81dd commit e655d64

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/mdast-util-assert",
1616
"bugs": "https://github.com/syntax-tree/mdast-util-assert/issues",
17-
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
17+
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
1818
"contributors": [
19-
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
19+
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
2020
],
2121
"dependencies": {
2222
"mapz": "^1.0.0",

readme.md

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

6464
[license]: license
6565

66-
[author]: http://wooorm.com
66+
[author]: https://wooorm.com
6767

6868
[mdast]: https://github.com/syntax-tree/mdast
6969

0 commit comments

Comments
 (0)