summaryrefslogtreecommitdiffstats
path: root/repolocli.toml
blob: c25f7ce1d3e71a7637e13d10bde2862f3b0d9b24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
repology_url = "https://repology.org"

# If you do care only about some repositories, you can whitelist them here and repolocli won't print information for
# these repositories.
whitelist = [
    "Debian Stable" # sorry Debianers!
]

# If you do not care about some repositories, you can blacklist them here and repolocli won't print information for
# these repositories.
blacklist = [
    "Arch", # sorry Archers!
    "scientific_7x",
]