Changed quotation marks (#3624)

This commit is contained in:
Anton Hvornum 2025-06-22 17:10:28 +02:00 committed by GitHub
parent 677f4349be
commit 63e559e502
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ class CosmicProfile(XorgProfile):
@override @override
def packages(self) -> list[str]: def packages(self) -> list[str]:
return [ return [
"cosmic", 'cosmic',
"xdg-user-dirs", 'xdg-user-dirs',
] ]
@property @property