aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-12-17 10:41:33 +0000
committerGitHub <noreply@github.com>2017-12-17 10:41:33 +0000
commit815a64213862c51f714425f0a8d60c79db234a08 (patch)
tree957f88fac3552fa9e98653a99404bb86e92d1b95
parentbb906b15ca4871267c9597ae546ca1bd280fd54e (diff)
downloadpackages-815a64213862c51f714425f0a8d60c79db234a08.tar.gz
packages-815a64213862c51f714425f0a8d60c79db234a08.zip
Fix trailing comma
-rw-r--r--packages.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index 1b10bf4..d1462b9 100644
--- a/packages.json
+++ b/packages.json
@@ -7856,5 +7856,5 @@
"description": "A native-nim implementaton of the sBOX generic container format.",
"license": "MIT",
"web": "https://github.com/Skrylar/sksbox"
- },
+ }
]