diff options
author | Marcus Ramberg | 2024-08-26 12:25:11 +0200 |
---|---|---|
committer | Marcus Ramberg | 2024-08-26 14:32:53 +0200 |
commit | 9a121e8fd8329397cc96479d6e37b2489fb008b7 (patch) | |
tree | d750bf481faf9df1fa3d58bd82c251a8b6c5b943 /maintainers | |
parent | 1fb03d033aeb1338076ac4d3769f00cb8dbfa0b8 (diff) |
maintainers/team-list: update to match perl code owners
Diffstat (limited to 'maintainers')
-rw-r--r-- | maintainers/team-list.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 7ed03296204c..dc0d104ffce2 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -780,7 +780,11 @@ with lib.maintainers; }; perl = { - members = [ sgo ]; + members = [ + sgo + marcusramberg + zakame + ]; scope = "Maintain the Perl interpreter and Perl packages."; shortName = "Perl"; enableFeatureFreezePing = true; |