Skip to content

Commit 82a5a8e

Browse files
authored
Update implementations.json
1 parent b45f2b7 commit 82a5a8e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

implementations.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -2737,37 +2737,37 @@
27372737
}
27382738
},
27392739
{
2740-
"repoURL": "https://github.com/ylamgarchal/chillaxd",
2741-
"name": "Chillaxd",
2740+
"repoURL": "https://github.com/yibuma/pyraft",
2741+
"name": "PyRaft",
27422742
"authors": [
27432743
{
2744-
"name": "Yassine Lamgarchal"
2744+
"name": "Yibu Ma",
2745+
"github": "yibuma"
27452746
}
27462747
],
27472748
"language": "Python",
2748-
"license": "Apache-2.0",
2749+
"license": "BSD-3-Clause",
27492750
"features": {
27502751
"basic": true,
2751-
"membershipChanges": false,
2752-
"logCompaction": false
2752+
"membershipChanges": true,
2753+
"logCompaction": true,
2754+
"persistence": true
27532755
}
27542756
},
27552757
{
2756-
"repoURL": "https://github.com/yibuma/pyraft",
2757-
"name": "PyRaft",
2758+
"repoURL": "https://github.com/ylamgarchal/chillaxd",
2759+
"name": "Chillaxd",
27582760
"authors": [
27592761
{
2760-
"name": "Yibu Ma",
2761-
"github": "yibuma"
2762+
"name": "Yassine Lamgarchal"
27622763
}
27632764
],
27642765
"language": "Python",
2765-
"license": "BSD-3-Clause",
2766+
"license": "Apache-2.0",
27662767
"features": {
27672768
"basic": true,
2768-
"membershipChanges": true,
2769-
"logCompaction": true,
2770-
"persistence": true
2769+
"membershipChanges": false,
2770+
"logCompaction": false
27712771
}
27722772
},
27732773
{

0 commit comments

Comments
 (0)