mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-18 08:54:11 +02:00
Changed "link" to "repu_url" and added "homepage_url"
This commit is contained in:
@@ -25,7 +25,7 @@ def parse_readme(readme_path):
|
||||
applications.append({
|
||||
"name": name,
|
||||
"description": description,
|
||||
"link": link,
|
||||
"repo_url": link,
|
||||
"tags": [tag] if tag else [],
|
||||
"platforms": platforms.split(),
|
||||
"category": category
|
||||
|
||||
Reference in New Issue
Block a user