Skip to content

Commit bdff315

Browse files
committed
Fix repository field name in Open-listings info.json
1 parent f0f3327 commit bdff315

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/models/projects/Open_listings/info.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2+
"$schema": "../../schemas/project.json",
23
"name": "Open-listings",
34
"repositories": [
45
{
56
"provider": "bitbucket",
67
"owner": "open-listings",
7-
"repository": "open-listings-dz"
8+
"name": "open-listings-dz"
89
}
910
],
1011
"tags": ["solve-algerian-problem"]

0 commit comments

Comments
 (0)