From 325e5eda071071ecfd26cd74fcf36bf8801aadcb Mon Sep 17 00:00:00 2001 From: olf Date: Tue, 27 Feb 2024 01:02:06 +0100 Subject: [PATCH] [config.py] Add missing `config.source_code_url` --- chumweb/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chumweb/config.py b/chumweb/config.py index 016a2a3..4eff2be 100644 --- a/chumweb/config.py +++ b/chumweb/config.py @@ -47,7 +47,7 @@ class Config: # Directory with {arch}-primary.xml.gz files downloaded from an earlier run. repo_data_dir: str | None = None user_agent: str = "chumweb/1.0" - source_code_url: str = "" + source_code_url: str = "https://github.com/sailfishos-chum/sailfishos-chum.github.io/" # The amount of featured apps to show on the home page featured_apps_count = 10 # The amount of updated apps to show in the sidebar