From 49da3a5b7497989d2e75d7d9e3c001cdf493dae1 Mon Sep 17 00:00:00 2001 From: Szymon Uglis Date: Sun, 27 Oct 2024 16:52:33 +0100 Subject: [PATCH] feature: Remove gateway dependency --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3c7a713..a4b4cd9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -32,5 +32,5 @@ executables: dependency_overrides: nyxx: git: - url: git@github.com:nyxx-discord/nyxx.git + url: https://github.com/nyxx-discord/nyxx.git ref: feature/remove-event-depenency-on-gateway \ No newline at end of file