mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 18:34:16 +02:00
Arch gem is not enabled by default
This commit is contained in:
@@ -577,3 +577,6 @@ class ArchManager(SoftwareManager):
|
||||
res.append(PackageSuggestion(self.mapper.map_api_data(pkg, {}), suggestions.ALL.get(pkg['Name'])))
|
||||
|
||||
return res
|
||||
|
||||
def is_default_enabled(self) -> bool:
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user