diff --git a/Cargo.toml b/Cargo.toml index 9559220..4c03b72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,8 @@ edition = "2021" rust-version = "1.70" license = "Apache-2.0" description = "Async pure-Rust ACME client" -homepage = "https://github.com/instant-labs/instant-acme" -repository = "https://github.com/instant-labs/instant-acme" +homepage = "https://github.com/djc/instant-acme" +repository = "https://github.com/djc/instant-acme" documentation = "https://docs.rs/instant-acme" keywords = ["letsencrypt", "acme"] categories = ["web-programming", "api-bindings"] diff --git a/README.md b/README.md index 9286abc..082f905 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Documentation](https://docs.rs/instant-acme/badge.svg)](https://docs.rs/instant-acme/) [![Crates.io](https://img.shields.io/crates/v/instant-acme.svg)](https://crates.io/crates/instant-acme) -[![Build status](https://github.com/InstantDomain/instant-acme/workflows/CI/badge.svg)](https://github.com/InstantDomain/instant-acme/actions?query=workflow%3ACI) +[![Build status](https://github.com/djc/instant-acme/workflows/CI/badge.svg)](https://github.com/djc/instant-acme/actions?query=workflow%3ACI) [![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE-APACHE) instant-acme is an async, pure-Rust ACME (RFC 8555) client.