Skip to content

Commit e424e54

Browse files
committed
Fix dependencies
1 parent cb9af8e commit e424e54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ packages:
135135
path: "."
136136
ref: "1.2.0"
137137
resolved-ref: cc3d987b4d26ba338cd67cacfaaf3ae8e10e2a3e
138-
url: "git@github.com:charlescyt/choco_lints.git"
138+
url: "https://github.com/charlescyt/choco_lints.git"
139139
source: git
140140
version: "1.2.0"
141141
ci:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dev_dependencies:
2323
choco_lints:
2424
git:
2525
ref: 1.2.0
26-
url: git@github.com:charlescyt/choco_lints.git
26+
url: https://github.com/charlescyt/choco_lints.git
2727
custom_lint: ^0.6.4
2828
flutter_test:
2929
sdk: flutter

0 commit comments

Comments
 (0)