aboutsummaryrefslogtreecommitdiff
path: root/repos
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-29 21:18:47 -0600
committerMelody Horn <melody@boringcactus.com>2021-03-29 21:18:47 -0600
commitf535750f956e02fc9232fa8962a0987cb833c4f4 (patch)
tree01bd1ddf7877a691b468a1312b70bf0cbb9278d3 /repos
parent4f1672a1941d9f190e2af86bc378b19d778c5030 (diff)
downloadwhere-packaged-f535750f956e02fc9232fa8962a0987cb833c4f4.tar.gz
where-packaged-f535750f956e02fc9232fa8962a0987cb833c4f4.zip
crates takes too long to load
Diffstat (limited to 'repos')
-rw-r--r--repos/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/repos/__init__.py b/repos/__init__.py
index eb70711..416a0ac 100644
--- a/repos/__init__.py
+++ b/repos/__init__.py
@@ -16,7 +16,7 @@ def repos_from(module):
all_repos: List[Repository] = [
*repos_from(alpine_linux),
*repos_from(arch_linux),
- *repos_from(crates_io),
+ # *repos_from(crates_io),
*repos_from(debian),
*repos_from(homebrew),
*repos_from(ubuntu),