commit: 6e3e495997f6229c3aaf19e2f5418f420695c0ac Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Thu Feb 4 19:41:55 2021 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Thu Feb 4 19:41:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e3e4959
app-crypt/dehydrated: fix description Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> app-crypt/dehydrated/dehydrated-0.6.5.ebuild | 4 ++-- app-crypt/dehydrated/dehydrated-0.7.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-crypt/dehydrated/dehydrated-0.6.5.ebuild b/app-crypt/dehydrated/dehydrated-0.6.5.ebuild index fab5c7c8615..6f4d78f26c1 100644 --- a/app-crypt/dehydrated/dehydrated-0.6.5.ebuild +++ b/app-crypt/dehydrated/dehydrated-0.6.5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" inherit user -DESCRIPTION="a client for signing certificates with an ACME-server" +DESCRIPTION="A client for signing certificates with an ACME-server" HOMEPAGE="https://github.com/lukas2511/dehydrated" SRC_URI="https://github.com/lukas2511/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/app-crypt/dehydrated/dehydrated-0.7.0.ebuild b/app-crypt/dehydrated/dehydrated-0.7.0.ebuild index a0b9dd29497..270fc0def55 100644 --- a/app-crypt/dehydrated/dehydrated-0.7.0.ebuild +++ b/app-crypt/dehydrated/dehydrated-0.7.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -DESCRIPTION="a client for signing certificates with an ACME-server" +DESCRIPTION="A client for signing certificates with an ACME-server" HOMEPAGE="https://github.com/lukas2511/dehydrated" SRC_URI="https://github.com/lukas2511/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
