From 851449c3ef8fc7c209ca857ec8645160d055c9ae Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Wed, 29 Jun 2022 13:54:29 -0700 Subject: [PATCH] Update relm4 dependency url --- widgets/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/widgets/Cargo.toml b/widgets/Cargo.toml index e3143b85..c1229f5a 100644 --- a/widgets/Cargo.toml +++ b/widgets/Cargo.toml @@ -4,6 +4,6 @@ version = "0.1.0" edition = "2021" [dependencies] -relm4 = { git = "https://github.com/AaronErhardt/relm4", branch = "next" } -relm4-macros = { git = "https://github.com/AaronErhardt/relm4", branch = "next" } +relm4 = { git = "https://github.com/Relm4/Relm4", branch = "next" } +relm4-macros = { git = "https://github.com/Relm4/Relm4", branch = "next" } tracker = "0.1.1"