Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
set the current repo in Cargo.toml (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guanqun Lu authored and gavofyork committed Aug 28, 2018
1 parent b634066 commit 67334f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ exclude = [
]

[badges]
travis-ci = { repository = "paritytech/paritysubstrate", branch = "master" }
travis-ci = { repository = "paritytech/substrate", branch = "master" }
maintenance = { status = "actively-developed" }
is-it-maintained-issue-resolution = { repository = "paritytech/paritysubstrate" }
is-it-maintained-open-issues = { repository = "paritytech/paritysubstrate" }
is-it-maintained-issue-resolution = { repository = "paritytech/substrate" }
is-it-maintained-open-issues = { repository = "paritytech/substrate" }

[profile.release]
# Substrate runtime requires unwinding.
Expand Down

0 comments on commit 67334f9

Please sign in to comment.