Skip to content

Commit ce0d19e

Browse files
committed
Use https instead of http for the url.
I figure it can't hurt. Addresses https://app.asana.com/0/25429045350268/219824402827972 Auditors: kevinb Test Plan: None
1 parent c1aef9c commit ce0d19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "An accessibility visualization toolkit",
55
"repository": {
66
"type": "git",
7-
"url": "http://github.com/Khan/tota11y.git"
7+
"url": "https://github.com/Khan/tota11y.git"
88
},
99
"author": "Jordan Scales <[email protected]>",
1010
"devDependencies": {

0 commit comments

Comments
 (0)