aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-03-28 14:28:46 +0100
committerGitHub <noreply@github.com>2018-03-28 14:28:46 +0100
commit06ce87d18b62ee78c2f50bac17f066e09d4a82d6 (patch)
tree8b5d2ab57aeae8c8e46d68fb0eb894e359aa1228
parentfb027942bb8b7d2f60c2f972584fded165e853c1 (diff)
parentf040793de1899d310d3b7a2a9996b8f583066cfe (diff)
downloadpackages-06ce87d18b62ee78c2f50bac17f066e09d4a82d6.tar.gz
packages-06ce87d18b62ee78c2f50bac17f066e09d4a82d6.zip
Merge pull request #690 from Yardanico/patch-1
Update mathexpr description
-rw-r--r--packages.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index 9092119..36a01b5 100644
--- a/packages.json
+++ b/packages.json
@@ -6644,7 +6644,7 @@
"mathparser",
"tinyexpr"
],
- "description": "MathExpr - wrapper around TinyExpr C library",
+ "description": "MathExpr - pure-Nim mathematical expression evaluator library",
"license": "MIT",
"web": "https://github.com/Yardanico/nim-mathexpr"
},