summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2019-05-02 16:16:51 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2019-05-02 16:16:51 +0200
commitb2e8b88d8aa5fea439002d985c8f0904f727bd40 (patch)
tree9cd50572456caefe397aec0052839e6b0f107af3
parent4c26f98c6de843d9c35ba8a5ec1a3ba3d066b99d (diff)
Strip config file of unused parts
-rw-r--r--repolocli.toml16
1 files changed, 0 insertions, 16 deletions
diff --git a/repolocli.toml b/repolocli.toml
index d414a57..c25f7ce 100644
--- a/repolocli.toml
+++ b/repolocli.toml
@@ -12,19 +12,3 @@ blacklist = [
"Arch", # sorry Archers!
"scientific_7x",
]
-
-
-# If you're a packager, and you have packages locally you care about,
-# repolocli can show you differences between your packages and "upstream" packages, if you want that.
-# For that, you have to list these packages here (in repology manner, so you have to use the
-# same names as repology!
-#
-# Yes, you have to manually keep that list up to date, sorry about that.
-
-[[local_packages]]
-name = "jq" # if you don't know jq, go check it out NOW!
-local_version = "1.5"
-
-[[local_packages]]
-name = "languagetool"
-local_version = "4.4.1"