Website: Fix typo in maintainer GitHub username. (#23214)

Changes:
- Removed an @ symbol from a maintainer's GitHub username in the
website's custom configuration
This commit is contained in:
Eric 2024-10-24 17:23:32 -05:00 committed by GitHub
parent dff82d9e1c
commit 0ddef77b15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -267,7 +267,7 @@ module.exports.custom = {
'handbook/README.md': 'mikermcneil', // See https://github.com/fleetdm/fleet/pull/13195
'handbook/company': 'mikermcneil',
'handbook/company/product-groups.md': ['lukeheath', 'sampfluger88','mikermcneil'],
'handbook/company/open-positions.yml': ['@sampfluger88','mikermcneil'],
'handbook/company/open-positions.yml': ['sampfluger88','mikermcneil'],
'handbook/digital-experience': ['sampfluger88','mikermcneil'],
'handbook/finance': ['sampfluger88','mikermcneil'],
'handbook/engineering': ['sampfluger88','mikermcneil', 'lukeheath'],