From 6cf08d4a2f0398856fd593f50bf077fd59b08230 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Thu, 9 May 2024 00:50:30 -0400 Subject: [PATCH] fix: Update repo url in Cargo.toml (#39) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1ada88d..402cfdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Dheepak Krishnamurthy"] description = "Macros for Ratatui" license = "MIT" # or any other appropriate license -repository = "https://github.com/kdheepak/ratatui-macros" +repository = "https://github.com/ratatui-org/ratatui-macros" documentation = "https://docs.rs/ratatui-macros" keywords = ["ratatui", "macros", "tui", "ui"] categories = ["tui", "macro"]