Skip to content

Commit a09b6b0

Browse files
Fix broken repository URL in package.json (#329)
Co-authored-by: bjohansebas <[email protected]>
1 parent 1c2250f commit a09b6b0

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
@@ -16,7 +16,7 @@
1616
"bugs": "https://github.com/ashtuchkin/iconv-lite/issues",
1717
"repository": {
1818
"type": "git",
19-
"url": "git://github.com/ashtuchkin/iconv-lite.git"
19+
"url": "https://github.com/pillarjs/iconv-lite.git"
2020
},
2121
"engines": {
2222
"node": ">=0.10.0"

0 commit comments

Comments
 (0)