From 7d379b6b74da62de9af7cb2b7f5b646a38bd55e7 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 31 May 2023 09:59:54 +0200 Subject: [PATCH] Update links to repository --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 892b5ec..e095acd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ version = "0.3.1" edition = "2021" license = "Apache-2.0" description = "Async pure-Rust ACME client" -homepage = "https://github.com/InstantDomain/instant-acme" -repository = "https://github.com/InstantDomain/instant-acme" +homepage = "https://github.com/instant-labs/instant-acme" +repository = "https://github.com/instant-labs/instant-acme" documentation = "https://docs.rs/instant-acme" keywords = ["letsencrypt", "acme"] categories = ["web-programming", "api-bindings"]