mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
debianpkg: use sources.debian.org
This commit is contained in:
parent
1021d5f7e4
commit
0ef27aaffd
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from . import session
|
|||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
URL = 'https://sources.debian.net/api/src/%(pkgname)s/?suite=%(suite)s'
|
||||
URL = 'https://sources.debian.org/api/src/%(pkgname)s/?suite=%(suite)s'
|
||||
|
||||
async def get_version(name, conf):
|
||||
pkg = conf.get('debianpkg') or name
|
||||
|
|
Loading…
Add table
Reference in a new issue