From deca5b7aa00fea1311efb430566df88b24caf8ad Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Wed, 3 Aug 2022 00:13:35 +0200 Subject: [PATCH] python3Packages.tabulate: update homepage --- pkgs/development/python-modules/tabulate/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/tabulate/default.nix b/pkgs/development/python-modules/tabulate/default.nix index 621445b2d516..4d60dd4e3987 100644 --- a/pkgs/development/python-modules/tabulate/default.nix +++ b/pkgs/development/python-modules/tabulate/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { meta = { description = "Pretty-print tabular data"; - homepage = "https://bitbucket.org/astanin/python-tabulate"; + homepage = "https://github.com/astanin/python-tabulate"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fridh ]; };