From b1c87ee59700d911dbe83174c45e4b042c62325f Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Mon, 9 Aug 2021 07:56:59 +0200 Subject: [PATCH] build(cargo): improve metadata --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4fbc8ab..414430e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "tui-tree-widget" description = "Tree Widget for tui-rs" version = "0.6.0" license = "MIT" -repository = "https://github.com/EdJoPaTo/tui-tree-widget" +repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget" authors = ["EdJoPaTo "] edition = "2018" keywords = ["tui", "terminal", "tree", "widget"]