From 26d802a719422f74dd62ede3e77595eceeda9053 Mon Sep 17 00:00:00 2001 From: Andrei Toterman Date: Fri, 4 Apr 2025 17:11:50 +0200 Subject: [PATCH] [gui] move git deps under canonical ownership --- src/client/gui/pubspec.lock | 6 +++--- src/client/gui/pubspec.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/client/gui/pubspec.lock b/src/client/gui/pubspec.lock index f045d112fb..661f7ce5ed 100644 --- a/src/client/gui/pubspec.lock +++ b/src/client/gui/pubspec.lock @@ -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: @@ -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: @@ -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: diff --git a/src/client/gui/pubspec.yaml b/src/client/gui/pubspec.yaml index a86906ca42..b5b1fb9958 100644 --- a/src/client/gui/pubspec.yaml +++ b/src/client/gui/pubspec.yaml @@ -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 @@ -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 @@ -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