mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
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 = {
|
||||
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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user