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
6 changes: 3 additions & 3 deletions src/client/gui/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ packages:
path: "."
ref: "2.11.0+mp"
resolved-ref: a2830134265c61fa1f8973c42761e0faf349b2db
url: "https://github.com/andrei-toterman/dartssh2.git"
url: "https://github.com/canonical/dartssh2.git"
source: git
version: "2.11.0"
equatable:
Expand Down Expand Up @@ -306,7 +306,7 @@ packages:
path: "packages/hotkey_manager_linux"
ref: no-cooked-accel
resolved-ref: "7e5a662615fbc9f077c1567fd7a66ec34ad52b5e"
url: "https://github.com/andrei-toterman/hotkey_manager.git"
url: "https://github.com/canonical/hotkey_manager.git"
source: git
version: "0.2.0"
hotkey_manager_macos:
Expand Down Expand Up @@ -744,7 +744,7 @@ packages:
path: "."
ref: cef5b8f
resolved-ref: cef5b8f60d7b2717c6f2eef2163a8e11de3b8d3d
url: "https://github.com/andrei-toterman/tray_menu.git"
url: "https://github.com/canonical/tray_menu.git"
source: git
version: "0.0.1"
two_dimensional_scrollables:
Expand Down
6 changes: 3 additions & 3 deletions src/client/gui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
collection: ^1.19.0
dartssh2:
git:
url: https://github.com/andrei-toterman/dartssh2.git
url: https://github.com/canonical/dartssh2.git
ref: 2.11.0+mp
extended_text: ^14.2.0
ffi: ^2.1.3
Expand All @@ -35,7 +35,7 @@ dependencies:
synchronized: ^3.3.0+3
tray_menu:
git:
url: https://github.com/andrei-toterman/tray_menu.git
url: https://github.com/canonical/tray_menu.git
ref: cef5b8f
two_dimensional_scrollables: ^0.3.3
url_launcher: ^6.3.1
Expand All @@ -54,7 +54,7 @@ dependencies:
dependency_overrides:
hotkey_manager_linux:
git:
url: https://github.com/andrei-toterman/hotkey_manager.git
url: https://github.com/canonical/hotkey_manager.git
ref: no-cooked-accel
path: packages/hotkey_manager_linux

Expand Down
Loading