aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordef <dennis@felsin9.de>2014-06-15 00:01:02 +0200
committerdef <dennis@felsin9.de>2014-06-15 00:01:02 +0200
commitb743815665fe768f1355c937ffdd486084e5abe5 (patch)
treef6b944bee0fa1fa11208b34dcc6969a64a50ce77
parenta02d437355b0f66e28fe0a8584a3374e5c6ad0f5 (diff)
downloadpackages-b743815665fe768f1355c937ffdd486084e5abe5.tar.gz
packages-b743815665fe768f1355c937ffdd486084e5abe5.zip
Fix commas
-rw-r--r--packages.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages.json b/packages.json
index 3635091..308ee11 100644
--- a/packages.json
+++ b/packages.json
@@ -721,7 +721,7 @@
"description":"Wrapper for the markdown rendering hoedown library",
"license": "MIT",
"web": "http://gradha.github.io/midnight_dynamite/"
- }
+ },
{
"name": "rsvg",
"url": "git://github.com/def-/rsvg",
@@ -730,5 +730,5 @@
"description": "Wrapper for librsvg, a Scalable Vector Graphics (SVG) rendering library"
"license": "MIT",
"web": "https://github.com/def-/rsvg"
- },
+ }
]