From 7bfdfcbb2a415a60abf906f6033b932dce99ccf7 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Mon, 29 Mar 2021 18:08:28 -0600 Subject: use arch btw --- repos/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'repos/__init__.py') diff --git a/repos/__init__.py b/repos/__init__.py index 1dea3a1..fc81260 100644 --- a/repos/__init__.py +++ b/repos/__init__.py @@ -1,6 +1,6 @@ from typing import Mapping, List -from . import alpine_linux +from . import alpine_linux, arch_linux from .base import Repository __all__ = [ @@ -15,6 +15,7 @@ def repos_from(module): all_repos: List[Repository] = [ *repos_from(alpine_linux), + *repos_from(arch_linux), ] def get_versions(package: str) -> Mapping[str, Mapping[str, str]]: -- cgit v1.2.3