commit: 979acfd314db72a95339dc2c06f768a253ec39c9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Jul 12 19:19:41 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jul 12 19:26:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979acfd3
app-crypt/certbot: Add PyPI Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-crypt/certbot/certbot-2.10.0.ebuild | 3 ++- app-crypt/certbot/certbot-9999.ebuild | 3 ++- app-crypt/certbot/metadata.xml | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app-crypt/certbot/certbot-2.10.0.ebuild b/app-crypt/certbot/certbot-2.10.0.ebuild index 9d6b94a1db1f..97ed2a10849a 100644 --- a/app-crypt/certbot/certbot-2.10.0.ebuild +++ b/app-crypt/certbot/certbot-2.10.0.ebuild @@ -24,7 +24,8 @@ fi DESCRIPTION="Let’s Encrypt client to automate deployment of X.509 certificates" HOMEPAGE=" - https://github.com/certbot/certbot + https://github.com/certbot/certbot/ + https://pypi.org/project/certbot/ https://letsencrypt.org/ " diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index 09fbd7e66ef7..7762dd3262d4 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-9999.ebuild @@ -24,7 +24,8 @@ fi DESCRIPTION="Let’s Encrypt client to automate deployment of X.509 certificates" HOMEPAGE=" - https://github.com/certbot/certbot + https://github.com/certbot/certbot/ + https://pypi.org/project/certbot/ https://letsencrypt.org/ " diff --git a/app-crypt/certbot/metadata.xml b/app-crypt/certbot/metadata.xml index 9a9d9e317b99..2f0d5e01680c 100644 --- a/app-crypt/certbot/metadata.xml +++ b/app-crypt/certbot/metadata.xml @@ -8,5 +8,6 @@ <stabilize-allarches/> <upstream> <remote-id type="github">certbot/certbot</remote-id> + <remote-id type="pypi">certbot</remote-id> </upstream> </pkgmetadata>
