diff options
| author | def <dennis@felsin9.de> | 2014-06-15 00:01:02 +0200 |
|---|---|---|
| committer | def <dennis@felsin9.de> | 2014-06-15 00:01:02 +0200 |
| commit | b743815665fe768f1355c937ffdd486084e5abe5 (patch) | |
| tree | f6b944bee0fa1fa11208b34dcc6969a64a50ce77 | |
| parent | a02d437355b0f66e28fe0a8584a3374e5c6ad0f5 (diff) | |
| download | packages-b743815665fe768f1355c937ffdd486084e5abe5.tar.gz packages-b743815665fe768f1355c937ffdd486084e5abe5.zip | |
Fix commas
| -rw-r--r-- | packages.json | 4 |
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" - }, + } ] |
