pythonPackages.namedlist: bitbucket -> gitlab.com
adapt meta.homepage, as upstream has moved to gitlab.com
This commit is contained in:
parent
9a2f904e8f
commit
638612dadf
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Similar to namedtuple, but instances are mutable";
|
description = "Similar to namedtuple, but instances are mutable";
|
||||||
homepage = "https://bitbucket.org/ericvsmith/namedlist";
|
homepage = "https://gitlab.com/ericvsmith/namedlist";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with lib.maintainers; [ ivan ];
|
maintainers = with lib.maintainers; [ ivan ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user