From 209a8503a6794d7d3a42b60840802012549fdd7d Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 25 Mar 2024 14:36:52 +0100 Subject: [PATCH] Update repository URL --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bbaee70..a199985 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" rust-version = "1.63" license = "MIT" description = "EPP client library for async Rust" -repository = "https://github.com/InstantDomain/instant-epp" +repository = "https://github.com/instant-labs/instant-epp" [features] default = ["rustls"]