mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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:
parent
b947ba77e6
commit
8be58b487c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue