mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(fastapi): use correct official pkg base url
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
4b8963b7ba
commit
10fcf93991
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@ from sqlalchemy.exc import IntegrityError
|
|||
from aurweb import schema
|
||||
from aurweb.models.declarative import Base
|
||||
|
||||
# TODO: Fix this! Official packages aren't from aur.archlinux.org...
|
||||
OFFICIAL_BASE = "https://aur.archlinux.org"
|
||||
OFFICIAL_BASE = "https://archlinux.org"
|
||||
|
||||
|
||||
class OfficialProvider(Base):
|
||||
|
|
Loading…
Add table
Reference in a new issue