From 3485ec78fb82487ce35bce1d8d6e9136255a576d Mon Sep 17 00:00:00 2001 From: Luiz Fonseca Date: Sun, 23 Jun 2024 12:26:49 +0200 Subject: [PATCH] chore: update cargo toml --- Cargo.toml | 8 ++++---- LICENSE.txt => LICENSE.md | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) rename LICENSE.txt => LICENSE.md (96%) diff --git a/Cargo.toml b/Cargo.toml index 375b4de..4eccca7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] -name = "acme-lib" -description = "Library for requesting certificates from an ACME provider." +name = "acme-v2" +description = "Library for requesting certificates from an ACME V2 provider." license = "MIT" -repository = "https://github.com/algesten/acme-lib" +repository = "https://github.com/luizfonseca/acme-v2" readme = "README.md" version = "0.9.1" -authors = ["Martin Algesten "] +authors = ["Luiz Fonseca ", "Martin Algesten "] keywords = ["letsencrypt", "acme"] categories = ["web-programming", "api-bindings"] edition = "2018" diff --git a/LICENSE.txt b/LICENSE.md similarity index 96% rename from LICENSE.txt rename to LICENSE.md index 19f33e9..fabad41 100644 --- a/LICENSE.txt +++ b/LICENSE.md @@ -1,6 +1,6 @@ ## License (MIT) -Copyright (c) 2020 Martin Algesten +Copyright (c) 2024 Luiz Fonseca Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -