From 1b680db9bed2b351e2b6de7b6ca4d41c529bd92c Mon Sep 17 00:00:00 2001 From: George Hopkins Date: Mon, 19 Oct 2020 20:02:59 +0200 Subject: [PATCH] Fix links to repository --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4a55d2d..5f8ee70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,8 +21,8 @@ authors = ["John Goerzen "] edition = "2018" license = "GPL-3.0+" description = "Run TCP/IP over XBee RF radio links" -homepage = "https://github.com/jgoerzen/covid19db" -repository = "https://github.com/jgoerzen/covid19db/" +homepage = "https://github.com/jgoerzen/xbnet" +repository = "https://github.com/jgoerzen/xbnet" readme = "README.md" keywords = ["radio", "networking", "serial", "xbee"] categories = ["embedded", "network-programming", "command-line-utilities"]