mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-19 08:33:25 +02:00
Changed "link" to "repu_url" and added "homepage_url"
This commit is contained in:
@@ -97,7 +97,7 @@ def generate_contents(platform="all"):
|
||||
for app in apps:
|
||||
name = app.get("name", "")
|
||||
description = app.get("description", "").replace("|", "-")
|
||||
link = app.get("link", "#")
|
||||
link = app.get("repo_url", "#")
|
||||
tags = ""
|
||||
"""
|
||||
if app.get("tags"):
|
||||
|
||||
Reference in New Issue
Block a user