Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aa56538

Browse files
committedNov 1, 2018
Move URLs to HTTPS
1 parent 768a379 commit aa56538

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
@@ -13,9 +13,9 @@
1313
],
1414
"repository": "syntax-tree/unist-util-generated",
1515
"bugs": "https://github.com/syntax-tree/unist-util-generated/issues",
16-
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
16+
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
1717
"contributors": [
18-
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
18+
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
1919
],
2020
"files": [
2121
"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
[unist]: https://github.com/syntax-tree/unist
8484

0 commit comments

Comments
 (0)
Please sign in to comment.