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 11, 2019
1 parent 1e90f68 commit 97601dc
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 @@ -15,9 +15,9 @@
],
"repository": "wooorm/iso-639-3",
"bugs": "https://github.com/wooorm/iso-639-3/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)"
],
"main": "index.json",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Normal, single language (example: `eng` for `English`).

[license]: license

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

[iso]: http://www-01.sil.org/iso639-3

Expand Down

0 comments on commit 97601dc

Please sign in to comment.