Skip to content

Commit

Permalink
Move URLs from HTTP to HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 14, 2019
1 parent ae4dd14 commit 64028c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
],
"repository": "wooorm/bcp-47-match",
"bugs": "https://github.com/wooorm/bcp-47-match/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],
"files": [
"index.js"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Returns the first match, if any.

[license]: license

[author]: http://wooorm.com
[author]: https://wooorm.com

[bcp47]: https://github.com/wooorm/bcp-47

Expand Down

0 comments on commit 64028c4

Please sign in to comment.