mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-02-21 13:06:59 +00:00
modified get_version.py for gitcafe support
This commit is contained in:
parent
6cf385a73a
commit
c6c647ac56
@ -3,7 +3,7 @@ from importlib import import_module
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
handler_precedence = (
|
||||
'github', 'aur', 'pypi', 'archpkg', 'gems', 'pacman',
|
||||
'github', 'gitcafe', 'aur', 'pypi', 'archpkg', 'gems', 'pacman',
|
||||
'cmd', 'gcode_hg', 'gcode_svn', 'regex', 'manual', 'vcs'
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user