gnu: python-prettytable: Use HTTPS home page.

* gnu/packages/python-xyz.scm (python-prettytable)[home-page]: Follow
permanent redirection using HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 21:23:42 +01:00
parent b947ba77e6
commit 8be58b487c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -7186,7 +7186,7 @@ (define-public python-prettytable
(base32
"0diwsicwmiq2cpzpxri7cyl5fmsvicafw6nfqf6p6p322dji2g45"))))
(build-system python-build-system)
(home-page "http://code.google.com/p/prettytable/")
(home-page "https://code.google.com/archive/p/prettytable/")
(synopsis "Display tabular data in an ASCII table format")
(description
"A library designed to represent tabular data in visually appealing ASCII