branch: externals/crdt
commit 47ca3a7cc096a7f5543ee31dcf0175abdf631e8d
Author: Qiantan Hong <[email protected]>
Commit: Qiantan Hong <[email protected]>
fix makefile
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 4ce7cf3..e132896 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ elpa: *.el
mkdir -p "$$dir"; \
cp $$(find . -name \*.el) crdt-$$version; \
echo "(define-package \"crdt\" \"$$version\" \
- \"Modular in-buffer completion framework\")" \
+ \"Simultaneous text editing over network\")" \
> "$$dir"/crdt-pkg.el; \
tar cvf crdt-$$version.tar --mode 644 "$$dir"