tweak version output order

This commit is contained in:
Nick Sweeting 2024-10-21 03:12:48 -07:00
parent 312e40b95b
commit 8a2b38b46c
No known key found for this signature in database
4 changed files with 21 additions and 17 deletions

View file

@ -76,9 +76,9 @@ def get_BINPROVIDERS() -> Dict[str, 'BaseBinProvider']:
# TODO: move these to plugins
from abx.archivebox.base_binary import apt, brew, env
builtin_binproviders = {
'env': env,
'apt': apt,
'brew': brew,
'env': env,
}
return benedict({