mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: python-bottle: Use HTTPS home page.
* gnu/packages/python-web.scm (python-bottle)[home-page]: Use HTTPS.
This commit is contained in:
parent
6fa2ea471e
commit
9d69348990
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue