Skip to content

Commit dcc3357

Browse files
jlenicwgoes
authored andcommitted
Merge PR #3811: Migrate repo to organization
1 parent 51c03aa commit dcc3357

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

Gopkg.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
revision = "v0.31.0-dev0"
4444

4545
[[constraint]]
46-
name = "github.com/zondax/ledger-cosmos-go"
46+
name = "github.com/cosmos/ledger-cosmos-go"
4747
version = "=v0.9.8"
4848

4949
## deps without releases:

PENDING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ CLI flag.
8787
* [\#3300] Update the spec-spec, spec file reorg, and TOC updates.
8888
* [\#3694] Push tagged docker images on docker hub when tag is created.
8989
* [\#3716] Update file permissions the client keys directory and contents to `0700`.
90+
* [\#3681](https://github.com/cosmos/cosmos-sdk/issues/3681) Migrate ledger-cosmos-go from ZondaX to Cosmos organization
9091

9192
### Tendermint
9293

crypto/ledger_real.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
package crypto
44

5-
import ledger "github.com/zondax/ledger-cosmos-go"
5+
import ledger "github.com/cosmos/ledger-cosmos-go"
66

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

0 commit comments

Comments
 (0)