Skip to content

Commit

Permalink
[config.py] Add missing config.source_code_url
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored and HenkKalkwater committed Feb 28, 2024
1 parent 8ad8a4d commit 325e5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chumweb/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 325e5ed

Please sign in to comment.