diff options
author | 2022-04-04 18:45:49 +0200 | |
---|---|---|
committer | 2022-04-04 18:45:49 +0200 | |
commit | beba143c39288c6090d1f36bae223d1fdceff546 (patch) | |
tree | e3682a624afcbf8bcded77756cfedc8cd99f3e91 /app-crypt/certbot-dns-desec | |
parent | Drop repoman in favour of pkgcheck/pkgdev (diff) | |
download | guru-beba143c39288c6090d1f36bae223d1fdceff546.tar.gz guru-beba143c39288c6090d1f36bae223d1fdceff546.tar.bz2 guru-beba143c39288c6090d1f36bae223d1fdceff546.zip |
*/*: Fix missing trailing slash in HOMEPAGE
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Diffstat (limited to 'app-crypt/certbot-dns-desec')
-rw-r--r-- | app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.0.ebuild b/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.0.ebuild index 793e95078..fca623fc6 100644 --- a/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.0.ebuild +++ b/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.0.ebuild @@ -8,7 +8,7 @@ inherit distutils-r1 DESCRIPTION="deSEC DNS Authenticator plugin for Certbot" HOMEPAGE=" - https://pypi.org/project/certbot-dns-desec + https://pypi.org/project/certbot-dns-desec/ https://github.com/desec-io/certbot-dns-desec " SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |