From b46712902ef9d962bd5ea367cfd0c2552493ac68 Mon Sep 17 00:00:00 2001 From: Pedro Arruda Date: Tue, 30 Jul 2024 16:14:26 -0300 Subject: [PATCH] fix repo link --- jyafn-ext/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jyafn-ext/Cargo.toml b/jyafn-ext/Cargo.toml index c482679..ac33df6 100644 --- a/jyafn-ext/Cargo.toml +++ b/jyafn-ext/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" authors = ["Pedro Arruda "] license = "MIT OR Apache-2.0" -repository = "https://github.com/viodotcom/jyafn/jyafn-ext" +repository = "https://github.com/viodotcom/jyafn" description = "Jyafn extension creation helper library" [dependencies]