Skip to content

Commit 9b20b7e

Browse files
committed
Move URLs to HTTPS
1 parent 8c83000 commit 9b20b7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
],
1313
"repository": "unifiedjs/unified-args",
1414
"bugs": "https://github.com/unifiedjs/unified-args/issues",
15-
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
15+
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
1616
"contributors": [
17-
"Titus Wormer <[email protected]> (http://wooorm.com)"
17+
"Titus Wormer <[email protected]> (https://wooorm.com)"
1818
],
1919
"files": [
2020
"index.js",

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ repository, organisation, or community you agree to abide by its terms.
576576

577577
[license]: license
578578

579-
[author]: http://wooorm.com
579+
[author]: https://wooorm.com
580580

581581
[debug]: https://github.com/visionmedia/debug#debug
582582

0 commit comments

Comments
 (0)