diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-12 21:19:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-12 21:26:24 +0200 |
commit | 979acfd314db72a95339dc2c06f768a253ec39c9 (patch) | |
tree | 15eb79360af245ba1ea09e629bb8dc704328b72b /app-crypt | |
parent | dev-vcs/git-pw: Enable py3.13 (diff) | |
download | gentoo-979acfd314db72a95339dc2c06f768a253ec39c9.tar.gz gentoo-979acfd314db72a95339dc2c06f768a253ec39c9.tar.bz2 gentoo-979acfd314db72a95339dc2c06f768a253ec39c9.zip |
app-crypt/certbot: Add PyPI
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/certbot/certbot-2.10.0.ebuild | 3 | ||||
-rw-r--r-- | app-crypt/certbot/certbot-9999.ebuild | 3 | ||||
-rw-r--r-- | 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> |