Skip to content

Commit d4b622e

Browse files
committed
Move URLs from HTTP to HTTPS
1 parent 100a4dd commit d4b622e

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/nlcst-is-literal",
1515
"bugs": "https://github.com/syntax-tree/nlcst-is-literal/issues",
16-
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
16+
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
1717
"contributors": [
18-
"Titus Wormer <[email protected]> (http://wooorm.com)"
18+
"Titus Wormer <[email protected]> (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
@@ -103,7 +103,7 @@ repository, organisation, or community you agree to abide by its terms.
103103

104104
[license]: license
105105

106-
[author]: http://wooorm.com
106+
[author]: https://wooorm.com
107107

108108
[nlcst]: https://github.com/syntax-tree/nlcst
109109

0 commit comments

Comments
 (0)