Skip to content

Commit fc7831c

Browse files
committed
implementations.json: Sort tarantool entry
1 parent 33f1149 commit fc7831c

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

implementations.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2332,6 +2332,28 @@
23322332
"logCompaction": false
23332333
}
23342334
},
2335+
{
2336+
"repoURL": "https://github.com/tarantool/tarantool",
2337+
"name": "Tarantool",
2338+
"authors": [
2339+
{
2340+
"name": "Vladislav Shpilevoy",
2341+
"github": "Gerold103"
2342+
},
2343+
{
2344+
"name": "Sergey Petrenko",
2345+
"github": "sergepetrenko"
2346+
}
2347+
],
2348+
"language": "C",
2349+
"license": "BSD 2-Clause",
2350+
"features": {
2351+
"basic": true,
2352+
"membershipChanges": true,
2353+
"logCompaction": true,
2354+
"persistence": true
2355+
}
2356+
},
23352357
{
23362358
"repoURL": "https://github.com/tetrapods/raft",
23372359
"name": "tetrapods/raft",
@@ -2724,27 +2746,5 @@
27242746
"logCompaction": true,
27252747
"persistence": true
27262748
}
2727-
},
2728-
{
2729-
"repoURL": "https://github.com/tarantool/tarantool",
2730-
"name": "Tarantool",
2731-
"authors": [
2732-
{
2733-
"name": "Vladislav Shpilevoy",
2734-
"github": "Gerold103"
2735-
},
2736-
{
2737-
"name": "Sergey Petrenko",
2738-
"github": "sergepetrenko"
2739-
}
2740-
],
2741-
"language": "C",
2742-
"license": "BSD 2-Clause",
2743-
"features": {
2744-
"basic": true,
2745-
"membershipChanges": true,
2746-
"logCompaction": true,
2747-
"persistence": true
2748-
}
27492749
}
27502750
]

0 commit comments

Comments
 (0)