Remove outdated example from Package Inclusion Policy

This commit is contained in:
rubenwardy
2024-07-09 00:09:16 +01:00
parent 1f29938186
commit e31433f320
3 changed files with 16 additions and 18 deletions

View File

@@ -20,12 +20,12 @@ Example response:
```json
[
{
"author": "Wuzzy",
"name": "mineclone2",
"release": 4209,
"author": "Warr1023",
"name": "nodecore",
"release": 1234,
"short_description": "A short description",
"thumbnail": "https://content.minetest.net/thumbnails/1/tgbH5CwlAZ.jpg",
"title": "MineClone 2",
"thumbnail": "https://content.minetest.net/thumbnails/1/abcdef.jpg",
"title": "NodeCore",
"type": "game"
}
]