From 638612dadf64da1f776139b208a0d959142c4adc Mon Sep 17 00:00:00 2001 From: Raphael Borun Das Gupta Date: Sun, 27 Sep 2020 22:15:05 +0200 Subject: [PATCH] pythonPackages.namedlist: bitbucket -> gitlab.com adapt meta.homepage, as upstream has moved to gitlab.com --- pkgs/development/python-modules/namedlist/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/namedlist/default.nix b/pkgs/development/python-modules/namedlist/default.nix index a180372c18d..874b1e177d2 100644 --- a/pkgs/development/python-modules/namedlist/default.nix +++ b/pkgs/development/python-modules/namedlist/default.nix @@ -26,7 +26,7 @@ buildPythonPackage rec { meta = { description = "Similar to namedtuple, but instances are mutable"; - homepage = "https://bitbucket.org/ericvsmith/namedlist"; + homepage = "https://gitlab.com/ericvsmith/namedlist"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ ivan ]; };