pythonPackages.namedlist: bitbucket -> gitlab.com

adapt meta.homepage, as upstream has moved to gitlab.com
This commit is contained in:
Raphael Borun Das Gupta 2020-09-27 22:15:05 +02:00 committed by Jon
parent 9a2f904e8f
commit 638612dadf

View file

@ -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 ];
};