~ruther/guix-local

660622cdd8f8acb194f17c94aeb1763096fb4f40 — Sharlatan Hellseher 4 months ago b32d7db
gnu: python-tabulate: Fix home page.

* gnu/packages/python-xyz.scm (python-tabulate)[home-page]: BitBucket
pack does not longer exist. PyPI page provides the link to GitHub.

Change-Id: I16245a559904ad4600ebca5192111fc4f5099c9e
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 22620,7 22620,7 @@ It uses LR parsing and does extensive error checking.")
           python-setuptools-scm
           python-setuptools
           python-wheel))
    (home-page "https://bitbucket.org/astanin/python-tabulate")
    (home-page "https://github.com/astanin/python-tabulate")
    (synopsis "Pretty-print tabular data")
    (description
     "Tabulate is a library and command-line utility to pretty-print tabular