From fbf560a6b54fd258d6932069ee9d80b7ea9e63a4 Mon Sep 17 00:00:00 2001 From: 8192K Date: Wed, 14 Feb 2024 15:52:41 +0100 Subject: [PATCH] Final cargo change --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 21c8a36..8fe3fd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "redis_logger" version = "0.2.0" edition = "2018" description = "A logger implementing the log::Log trait that writes log messages to a Redis pub/sub channel, a stream or both using the redis_rs crate" -repository = "https://github.com/8192K/redis-logger" +repository = "https://github.com/8192K/redis_logger" authors = ["Sebastian Frehmel <8192K@sebastianfrehmel.de>"] license = "MIT/Apache-2.0" categories = ["development-tools", "development-tools::debugging", "database"]