Skip to content

Commit 9e2d4c7

Browse files
fix: use simple https for pubspec because github actions
1 parent 155596b commit 9e2d4c7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ packages:
407407
path: "."
408408
ref: HEAD
409409
resolved-ref: "13d667d5022b9e5d88b8585481f77016e31fe63d"
410-
url: "git@github.com:Techno-Disaster/flutter_localstorage.git"
410+
url: "https://git@github.com/Techno-Disaster/flutter_localstorage.git"
411411
source: git
412412
version: "4.0.0+1"
413413
logging:
@@ -465,7 +465,7 @@ packages:
465465
path: "."
466466
ref: HEAD
467467
resolved-ref: b3a0b2372366b0dd99c61446b331200f0af90962
468-
url: "git@github.com:Techno-Disaster/navigation_rail.git"
468+
url: "https://git@github.com/Techno-Disaster/navigation_rail.git"
469469
source: git
470470
version: "1.6.0-dev.1"
471471
nested:
@@ -850,7 +850,7 @@ packages:
850850
path: "plugins/window_size"
851851
ref: HEAD
852852
resolved-ref: "5c51870ced62a00e809ba4b81a846a052d241c9f"
853-
url: "git@github.com:google/flutter-desktop-embedding.git"
853+
url: "https://git@github.com/google/flutter-desktop-embedding.git"
854854
source: git
855855
version: "0.1.0"
856856
xdg_directories:

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ dependencies:
2525
http: ^0.13.3
2626
localstorage:
2727
git:
28-
url: git@github.com:Techno-Disaster/flutter_localstorage.git
28+
url: https://git@github.com/Techno-Disaster/flutter_localstorage.git
2929
navigation_rail:
3030
git:
31-
url: git@github.com:Techno-Disaster/navigation_rail.git
31+
url: https://git@github.com/Techno-Disaster/navigation_rail.git
3232
path_provider: ^2.0.2
3333
percent_indicator: ^3.0.1
3434
url_launcher: ^6.0.9
3535
window_size:
3636
git:
37-
url: git@github.com:google/flutter-desktop-embedding.git
37+
url: https://git@github.com/google/flutter-desktop-embedding.git
3838
path: plugins/window_size
3939
provider: ^6.0.3
4040
platform: ^3.1.0

0 commit comments

Comments
 (0)