[arch-commits] Commit in certbot/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Jun 27 16:17:53 UTC 2017


    Date: Tuesday, June 27, 2017 @ 16:17:53
  Author: felixonmars
Revision: 241251

Fix upstream url

Modified:
  certbot/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-27 16:07:45 UTC (rev 241250)
+++ PKGBUILD	2017-06-27 16:17:53 UTC (rev 241251)
@@ -8,7 +8,7 @@
 pkgdesc="A tool to automatically receive and install X.509 certificates to enable TLS on servers. The client will interoperate with the Let’s Encrypt CA which will be issuing browser-trusted certificates for free."
 arch=('any')
 license=('Apache')
-url="https://letsencrypt.org/"
+url="https://certbot.eff.org"
 depends=('ca-certificates' "python-acme=$pkgver" 'python-configargparse' 'python-configobj'
          'python-cryptography' 'python-pyopenssl' 'python-mock' 'python-parsedatetime'
          'python-pytz' 'python-setuptools' 'python-six' 'python-zope-component'



More information about the arch-commits mailing list