summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-07-12 21:19:41 +0200
committerMichał Górny <mgorny@gentoo.org>2024-07-12 21:26:24 +0200
commit979acfd314db72a95339dc2c06f768a253ec39c9 (patch)
tree15eb79360af245ba1ea09e629bb8dc704328b72b /app-crypt
parentdev-vcs/git-pw: Enable py3.13 (diff)
downloadgentoo-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.ebuild3
-rw-r--r--app-crypt/certbot/certbot-9999.ebuild3
-rw-r--r--app-crypt/certbot/metadata.xml1
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>