From 660622cdd8f8acb194f17c94aeb1763096fb4f40 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 24 Oct 2025 14:19:13 +0100 Subject: [PATCH] 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 --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3dade61ce78f2445104a629da2f7077784c30903..93111d6eb723c5aece6e7e8d99ef11df8d78f059 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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