aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Edwards <edwards@jlab.org>2017-09-29 16:34:51 -0400
committerRobert Edwards <edwards@jlab.org>2017-09-29 16:34:51 -0400
commit11fca55e2340529c987e34a432ffd9f3f81c83c1 (patch)
tree04450c727a12e7dc403f8c3eac117ac071dcd105
parent25793413174e2b36a79d40f871f947676585df01 (diff)
downloadpackages-11fca55e2340529c987e34a432ffd9f3f81c83c1.tar.gz
packages-11fca55e2340529c987e34a432ffd9f3f81c83c1.zip
Removed white-spaces in tag for drand48
-rw-r--r--packages.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index e8002c0..79c48a5 100644
--- a/packages.json
+++ b/packages.json
@@ -7296,7 +7296,9 @@
"url": "https://github.com/JeffersonLab/drand48",
"method": "git",
"tags": [
- "random number generator"
+ "random",
+ "number",
+ "generator"
],
"description": "Nim implementation of the standard unix drand48 pseudo random number generator",
"license": "BSD3",