From 139f6c6661a69a6759f3e8ceb27c11485e3c59fc Mon Sep 17 00:00:00 2001 From: Mathieu Trossevin Date: Wed, 20 Dec 2023 13:27:38 +0100 Subject: [PATCH] Fix metadata --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e122416..ea89ad4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "sd-credentials" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "MIT" authors = ["Mathieu Trossevin "] -repository = "https://gitea.evolix.org/mtrossevin/storefd/" +repository = "https://gitea.evolix.org/mtrossevin/sd-credentials/" description = "A simple crate to recover secrets passed by systemd (or anything else that use $CREDENTIAL_DIRECTORY)." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html