From 1faf5e59ab59c1441eabd55d052eb27e26cd3f43 Mon Sep 17 00:00:00 2001 From: Samuel Voss Date: Tue, 4 Apr 2023 12:18:53 +1000 Subject: [PATCH] Change repo dir in cargo toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fada5c3..b11a14b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ A library to build rich terminal user interfaces or dashboards """ documentation = "https://docs.rs/tui/0.19.0/tui/" keywords = ["tui", "terminal", "dashboard"] -repository = "https://github.com/fdehau/tui-rs" +repository = "https://github.com/V8gaming/tui-rs" readme = "README.md" license = "MIT" exclude = ["assets/*", ".github", "Makefile.toml", "CONTRIBUTING.md", "*.log", "tags"]