Update Cargo.toml metadata.

Point to new repo. Closes #2.
This commit is contained in:
Andrew Hobden 2017-11-12 20:58:36 +01:00 committed by GitHub
parent d2baf8b70c
commit 8073b57c2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,11 +10,11 @@ license = "MIT"
categories = ["development-tools::procedural-macro-helpers"]
keywords = ["macro", "clap", "command-line"]
readme = "README.md"
repository = "https://github.com/Hoverbear/clap-derives"
repository = "https://github.com/kbknapp/clap-derives"
[badges]
travis-ci = { repository = "https://github.com/Hoverbear/clap-derives" }
appveyor = { repository = "https://github.com/Hoverbear/clap-derives", service = "github" }
travis-ci = { repository = "https://github.com/kbknapp/clap-derives" }
appveyor = { repository = "https://github.com/kbknapp/clap-derives", service = "github" }
[lib]
proc-macro = true
@ -25,4 +25,4 @@ syn = "*"
error-chain = "*"
[dev-dependencies]
clap = "*"
clap = "*"