From ba8aa3deacdfb63a24c1487f044d9730132ac414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Lehmann?= Date: Mon, 29 Apr 2024 18:08:18 +0200 Subject: [PATCH] typo --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 80a8f84..1175124 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ authors = ["Gaƫtan Lehmann "] description = "A simple tool to manage encrypted secrets in YAML files with age encryption" readme = "README.md" repository = "https://github.com/glehmann/yage.git" -homepage = "https://github.com/glehmann/yaqe/" -documentation = "https://github.com/glehmann/yaqe/" +homepage = "https://github.com/glehmann/yage/" +documentation = "https://github.com/glehmann/yage/" license = "MIT" keywords = ["secret", "yaml", "encryption", "cli", "age"]