Update metadata to refer to fork

This commit is contained in:
David Tolnay 2020-05-02 12:20:00 -07:00
parent 637c7a32b7
commit 55909b99ad
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
3 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions-rs/toolchain.git"
"url": "git+https://github.com/dtolnay/rust-toolchain.git"
},
"keywords": [
"actions",
@ -26,10 +26,10 @@
"rustup",
"toolchain"
],
"author": "actions-rs",
"author": "David Tolnay <dtolnay@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/actions-rs/toolchain/issues"
"url": "https://github.com/dtolnay/rust-toolchain/issues"
},
"dependencies": {
"@actions-rs/core": "^0.0.9",