From e2a7eb2628285b60c5fb84ecf1b3c427ad79ebd5 Mon Sep 17 00:00:00 2001 From: finga Date: Fri, 8 Dec 2023 02:08:20 +0100 Subject: [PATCH] cargo: Fix homepage --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5910f36..c838375 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = ["finga "] repository = "https://git.onders.org/finga/mqrs" license = "GPL-3.0-or-later" description = "A simple API for SysV IPC message queues." -homepage = "https://git.onders.org/finga/mqrs/sysvmq" +homepage = "https://git.onders.org/finga/sysvmq" readme = "README.md" keywords = ["message_queue", "mq", "sysv", "ipc"] categories = ["os"]