From 386db6278bca797e6c9bde20a1b919d95ad57dd4 Mon Sep 17 00:00:00 2001 From: ChristianVisintin Date: Fri, 18 Dec 2020 14:47:48 +0100 Subject: [PATCH] Updated github uri --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b4c84e0..73a944f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,8 @@ license = "GPL-3.0" keywords = ["scp-client", "sftp-client", "ftp-client", "winscp", "command-line-utility"] categories = ["command-line-utilities"] description = "TermSCP is a SCP/SFTP/FTPS client for command line with an integrated UI to explore the remote file system. Basically WinSCP on a terminal." -homepage = "https://github.com/ChristianVisintin/TermSCP" -repository = "https://github.com/ChristianVisintin/TermSCP" +homepage = "https://github.com/ChristianVisintin/termscp" +repository = "https://github.com/ChristianVisintin/termscp" documentation = "https://docs.rs/termscp" readme = "README.md"