mirror of
https://github.com/lilydjwg/nvchecker
synced 2024-12-29 10:02:09 +00:00
Merge pull request #10 from petronny/master
modified get_version.py for gitcafe support
This commit is contained in:
commit
ddf9169074
@ -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