mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
modified get_version.py for gitcafe support
This commit is contained in:
parent
6cf385a73a
commit
c6c647ac56
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue