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 @@ Unicode-aware. It is not intended as an end-user tool.")
(base32 (base32
"0diwsicwmiq2cpzpxri7cyl5fmsvicafw6nfqf6p6p322dji2g45")))) "0diwsicwmiq2cpzpxri7cyl5fmsvicafw6nfqf6p6p322dji2g45"))))
(build-system python-build-system) (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") (synopsis "Display tabular data in an ASCII table format")
(description (description
"A library designed to represent tabular data in visually appealing ASCII "A library designed to represent tabular data in visually appealing ASCII