From 0cc656b780acac071ae6be47b6ee7c501cc67471 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Tue, 20 May 2025 15:45:41 +0000 Subject: [PATCH] chore: Update the `repository` url Signed-off-by: Awiteb --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index afd1d9e..f29e9fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2024" license = "GPL-3.0-or-later" authors = ["Awiteb "] readme = "README.md" -repository = "https://git.4rs.nl/awiteb/n34" +repository = "https://git.4rs.nl/awiteb/n34.git" keywords = ["nostr", "NIP-34", "CLI"] categories = ["command-line-utilities"] rust-version = "1.85.1"