Spelling error on extras package (#3582)

This commit is contained in:
Anton Hvornum 2025-06-09 13:27:24 +02:00 committed by GitHub
parent d0f1fdf4b4
commit a91a922ef4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class XmonadProfile(XorgProfile):
return [
'xmonad',
'xmonad-contrib',
'xmonad-extra',
'xmonad-extras',
'xterm',
'dmenu',
]