Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ packages:
path: coinlib
ref: "5c59c7e7d120d9c981f23008fa03421d39fe8631"
resolved-ref: "5c59c7e7d120d9c981f23008fa03421d39fe8631"
url: "https://www.github.com/julian-CStack/coinlib"
url: "https://github.com/cypherstack/coinlib"
source: git
version: "4.1.0"
coinlib_flutter:
Expand All @@ -360,7 +360,7 @@ packages:
path: coinlib_flutter
ref: "5c59c7e7d120d9c981f23008fa03421d39fe8631"
resolved-ref: "5c59c7e7d120d9c981f23008fa03421d39fe8631"
url: "https://www.github.com/julian-CStack/coinlib"
url: "https://github.com/cypherstack/coinlib"
source: git
version: "4.0.0"
collection:
Expand Down
4 changes: 2 additions & 2 deletions scripts/app_config/templates/pubspec.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ dependencies:
meta: ^1.9.1
coinlib_flutter:
git:
url: https://www.github.com/julian-CStack/coinlib
url: https://github.com/cypherstack/coinlib
path: coinlib_flutter
ref: 5c59c7e7d120d9c981f23008fa03421d39fe8631
electrum_adapter:
Expand Down Expand Up @@ -316,7 +316,7 @@ dependency_overrides:
# coinlib_flutter requires this
coinlib:
git:
url: https://www.github.com/julian-CStack/coinlib
url: https://github.com/cypherstack/coinlib
path: coinlib
ref: 5c59c7e7d120d9c981f23008fa03421d39fe8631

Expand Down
Loading