Skip to content

Commit

Permalink
Merge PR #3811: Migrate repo to organization
Browse files Browse the repository at this point in the history
  • Loading branch information
jleni authored and cwgoes committed Mar 6, 2019
1 parent 51c03aa commit dcc3357
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
revision = "v0.31.0-dev0"

[[constraint]]
name = "github.com/zondax/ledger-cosmos-go"
name = "github.com/cosmos/ledger-cosmos-go"
version = "=v0.9.8"

## deps without releases:
Expand Down
1 change: 1 addition & 0 deletions PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ CLI flag.
* [\#3300] Update the spec-spec, spec file reorg, and TOC updates.
* [\#3694] Push tagged docker images on docker hub when tag is created.
* [\#3716] Update file permissions the client keys directory and contents to `0700`.
* [\#3681](https://github.com/cosmos/cosmos-sdk/issues/3681) Migrate ledger-cosmos-go from ZondaX to Cosmos organization

### Tendermint

Expand Down
2 changes: 1 addition & 1 deletion crypto/ledger_real.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

package crypto

import ledger "github.com/zondax/ledger-cosmos-go"
import ledger "github.com/cosmos/ledger-cosmos-go"

// If ledger support (build tag) has been enabled, which implies a CGO dependency,
// set the discoverLedger function which is responsible for loading the Ledger
Expand Down

0 comments on commit dcc3357

Please sign in to comment.