treewide: switch instances of lib.teams.*.members to the new meta.teams attribute
Follow-up to #394797. Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
@@ -11,6 +11,7 @@ buildPecl rec {
|
||||
description = "PHP extension for interfacing with MessagePack";
|
||||
homepage = "https://github.com/msgpack/msgpack-php";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = lib.teams.php.members ++ [ lib.maintainers.ostrolucky ];
|
||||
maintainers = [ lib.maintainers.ostrolucky ];
|
||||
teams = [ lib.teams.php ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user