diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:23:42 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-23 17:55:05 +0100 |
commit | 8be58b487c904fb71d61fccbdf9b6ba625f6c2e2 (patch) | |
tree | fd66ad60801565376440a426e1ef6071cc842099 /gnu/packages/python-xyz.scm | |
parent | b947ba77e60d3d3c5cc6a1c914096e7dab1f7db7 (diff) | |
download | patches-8be58b487c904fb71d61fccbdf9b6ba625f6c2e2.tar patches-8be58b487c904fb71d61fccbdf9b6ba625f6c2e2.tar.gz |
gnu: python-prettytable: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-prettytable)[home-page]: Follow
permanent redirection using HTTPS.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index dd6c5a7507..84b70954bd 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7186,7 +7186,7 @@ Unicode-aware. It is not intended as an end-user tool.") (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 |