mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 15:10:21 +00:00
Fix issues with JSON formatting (#810)
This commit is contained in:
parent
225590016d
commit
5304f3fde4
1 changed files with 7 additions and 6 deletions
|
@ -9607,28 +9607,29 @@
|
|||
"title": "zoxide",
|
||||
"icon_url": "",
|
||||
"screenshots": [
|
||||
"https://raw.githubusercontent.com/ajeetdsouza/zoxide/c392a8bb75af098b3906ed66595e79f05af92d1a/contrib/tutorial.webp",
|
||||
"https://raw.githubusercontent.com/ajeetdsouza/zoxide/c392a8bb75af098b3906ed66595e79f05af92d1a/contrib/tutorial.webp"
|
||||
],
|
||||
"official_site": "https://github.com/ajeetdsouza/zoxide",
|
||||
"languages": [
|
||||
"rust"
|
||||
]
|
||||
},
|
||||
{
|
||||
"short_description": "Widelands is a free, open source real-time strategy game with singleplayer campaigns and a multiplayer mode. The game was inspired by Settlers II™ (© Bluebyte) but has significantly more variety and depth to it.",
|
||||
"categories": [
|
||||
"games",
|
||||
"games"
|
||||
],
|
||||
"repo_url": "https://github.com/widelands/widelands",
|
||||
"title": "Widelands",
|
||||
"icon_url": "https://www.widelands.org/static/img/logo.png",
|
||||
"screenshots": [
|
||||
"https://www.widelands.org/static/img/welcome.jpg",
|
||||
"https://www.widelands.org/static/img/welcome.jpg"
|
||||
],
|
||||
"official_site": "https://www.widelands.org",
|
||||
"languages": [
|
||||
"c++"
|
||||
"python"
|
||||
"lua"
|
||||
"c++",
|
||||
"python",
|
||||
"lua",
|
||||
"javascript"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue