gnu: python-bottle: Use HTTPS home page.

* gnu/packages/python-web.scm (python-bottle)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-15 02:24:23 +01:00
parent 6fa2ea471e
commit 9d69348990
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3523,7 +3523,7 @@ (define-public python-bottle
(sha256
(base32 "0b6s50vc4iad97b6bb3xnyrgajb3nj6n6jbr5p54a4vapky3zmx9"))))
(build-system python-build-system)
(home-page "http://bottlepy.org/")
(home-page "https://bottlepy.org/")
(synopsis "WSGI framework for small web-applications.")
(description "@code{python-bottle} is a WSGI framework for small web-applications.")
(license license:expat)))