The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/src/commit/?id=806bd5e00658e66a5625397335cafa4748112f14
commit 806bd5e00658e66a5625397335cafa4748112f14 Author: Mateusz Piotrowski <[email protected]> AuthorDate: 2024-04-18 19:59:49 +0000 Commit: Mateusz Piotrowski <[email protected]> CommitDate: 2024-04-18 20:02:55 +0000 organization.dot: Fix typos MFC after: 3 days --- share/misc/organization.dot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/misc/organization.dot b/share/misc/organization.dot index 1552da1f646e..f33ea0f0dbd0 100644 --- a/share/misc/organization.dot +++ b/share/misc/organization.dot @@ -30,9 +30,9 @@ doccommitters [label="Doc/www Committers\[email protected]"] doceng [label="Documentation Engineering Team\[email protected]\nbcr, gabor, gjb, hrs,\nblackend, ryusuke, wblock"] pkgmgr [label="Package Management Team\[email protected]\nantoine, bdrewery"] portscommitters [label="Ports Committers\[email protected]"] -portmgr [label="Port Management Team\[email protected]\nbapt, bofh, mat\npizzamig, rene, tcberner"] +portmgr [label="Port Management Team\[email protected]\nbapt, bofh, mat,\npizzamig, rene, tcberner"] portmgrsecretary [label="Port Management Team Secretary\[email protected]\nrene"] -re [label="Primary Release Engineering Team\[email protected]\ngjb, kib\n, blackend, delphij, cperciva"] +re [label="Primary Release Engineering Team\[email protected]\ngjb, kib,\nblackend, delphij, cperciva"] secteam [label="Security Team\[email protected]\ndelphij,\ndes, markj,\nemaste,\ngjb, gordon,\noshogbo, philip"] portssecteam [label="Ports Security Team\[email protected]\ndelphij, amdmi3, eadler, jgh, rea, riggs, sbz, simon, zi"] secteamsecretary [label="Security Team Secretary\[email protected]\nremko"]
