diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-15 02:24:23 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-15 20:47:44 +0100 |
commit | 9d69348990fb3a13c9de8a1b69ccf83f6b3906e8 (patch) | |
tree | f49c716d40860fac34cb1ea4e0b13dc47822df8b /gnu/packages | |
parent | 6fa2ea471ea5388d338fd3e526bdbbfbcdbd74e8 (diff) | |
download | guix-9d69348990fb3a13c9de8a1b69ccf83f6b3906e8.tar.gz |
gnu: python-bottle: Use HTTPS home page.
* gnu/packages/python-web.scm (python-bottle)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 2aaa5d752c..4f7acaf1ad 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3523,7 +3523,7 @@ addon modules.") (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))) |