Simple fixes

This commit is contained in:
David Groniewsky
2025-10-08 19:13:08 +02:00
parent 7320c88940
commit d765eea3f4
3 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ class MyModule(Module):
return ["org.mozilla.firefox"]
def flatpak_user_packages(self) -> list[str]:
return ["org.github.kolunmi.Bazaar"]
return ["io.github.kolunmi.Bazaar"]
def systemd_units(self) -> list[str]:
return ["reflector.timer"]