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. -