Skip to content
This repository was archived by the owner on May 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #5 from kbknapp/metadata
Browse files Browse the repository at this point in the history
Update Cargo.toml metadata.
  • Loading branch information
kbknapp authored Nov 12, 2017
2 parents d2baf8b + 8073b57 commit c46f12d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -25,4 +25,4 @@ syn = "*"
error-chain = "*"

[dev-dependencies]
clap = "*"
clap = "*"

0 comments on commit c46f12d

Please sign in to comment.