mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
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:
parent
dff82d9e1c
commit
0ddef77b15
1 changed files with 1 additions and 1 deletions
2
website/config/custom.js
vendored
2
website/config/custom.js
vendored
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue