Update links to repository after move

This commit is contained in:
Dirkjan Ochtman 2024-08-20 18:11:51 +02:00
parent 810df05933
commit 643c5859a6
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@ edition = "2021"
rust-version = "1.70" rust-version = "1.70"
license = "Apache-2.0" license = "Apache-2.0"
description = "Async pure-Rust ACME client" description = "Async pure-Rust ACME client"
homepage = "https://github.com/instant-labs/instant-acme" homepage = "https://github.com/djc/instant-acme"
repository = "https://github.com/instant-labs/instant-acme" repository = "https://github.com/djc/instant-acme"
documentation = "https://docs.rs/instant-acme" documentation = "https://docs.rs/instant-acme"
keywords = ["letsencrypt", "acme"] keywords = ["letsencrypt", "acme"]
categories = ["web-programming", "api-bindings"] categories = ["web-programming", "api-bindings"]

View File

@ -2,7 +2,7 @@
[![Documentation](https://docs.rs/instant-acme/badge.svg)](https://docs.rs/instant-acme/) [![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) [![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) [![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. instant-acme is an async, pure-Rust ACME (RFC 8555) client.