guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 660622cdd8f8acb194f17c94aeb1763096fb4f40
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 24 14:19:13 2025 +0100
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 3dade61ce7..93111d6eb7 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