From 3fbdd8c97383df4a67c75a0cc9405d5349854e9b Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Mon, 29 Mar 2021 20:22:02 -0600 Subject: ubuntu --- 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 e5e4f98..eb70711 100644 --- a/repos/__init__.py +++ b/repos/__init__.py @@ -1,6 +1,6 @@ from typing import Mapping, List -from . import alpine_linux, arch_linux, crates_io, debian, homebrew +from . import alpine_linux, arch_linux, crates_io, debian, homebrew, ubuntu from .base import Repository, slug, Version __all__ = [ @@ -19,6 +19,7 @@ all_repos: List[Repository] = [ *repos_from(crates_io), *repos_from(debian), *repos_from(homebrew), + *repos_from(ubuntu), ] def get_versions(package: str, args: Mapping[str, str]) -> Mapping[str, Version]: -- cgit v1.2.3