diff --git a/Cargo.toml b/Cargo.toml index cb4f5314..1e1ff62a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = "*" \ No newline at end of file +clap = "*"