Merge pull request #108 from achesak/master

Updated URLs and descriptions.
This commit is contained in:
Dominik Picheta 2015-01-02 18:29:32 +00:00
commit ba6769176c

View File

@ -269,42 +269,42 @@
}, },
{ {
"name": "pastebin", "name": "pastebin",
"url": "git://github.com/achesak/nimrod-pastebin", "url": "git://github.com/achesak/nim-pastebin",
"method": "git", "method": "git",
"tags": ["library", "wrapper", "pastebin"], "tags": ["library", "wrapper", "pastebin"],
"description": "Pastebin API wrapper", "description": "Pastebin API wrapper",
"license": "MIT", "license": "MIT",
"web": "https://github.com/achesak/nimrod-pastebin" "web": "https://github.com/achesak/nim-pastebin"
}, },
{ {
"name": "yahoo-weather", "name": "yahooweather",
"url": "git://github.com/achesak/nimrod-yahoo-weather", "url": "git://github.com/achesak/nim-yahooweather",
"method": "git", "method": "git",
"tags": ["library", "wrapper", "weather"], "tags": ["library", "wrapper", "weather"],
"description": "Yahoo! Weather API wrapper", "description": "Yahoo! Weather API wrapper",
"license": "MIT", "license": "MIT",
"web": "https://github.com/achesak/nimrod-yahoo-weather" "web": "https://github.com/achesak/nim-yahooweather"
}, },
{ {
"name": "noaa", "name": "noaa",
"url": "git://github.com/achesak/nimrod-noaa", "url": "git://github.com/achesak/nim-noaa",
"method": "git", "method": "git",
"tags": ["library", "wrapper", "weather"], "tags": ["library", "wrapper", "weather"],
"description": "NOAA weather API wrapper", "description": "NOAA weather API wrapper",
"license": "MIT", "license": "MIT",
"web": "https://github.com/achesak/nimrod-noaa" "web": "https://github.com/achesak/nim-noaa"
}, },
{ {
"name": "rss", "name": "rss",
"url": "git://github.com/achesak/nimrod-rss", "url": "git://github.com/achesak/nim-rss",
"method": "git", "method": "git",
"tags": ["library", "rss", "xml", "syndication"], "tags": ["library", "rss", "xml", "syndication"],
"description": "RSS library", "description": "RSS library",
"license": "MIT", "license": "MIT",
"web": "https://github.com/achesak/nimrod-rss" "web": "https://github.com/achesak/nim-rss"
}, },
{ {
@ -312,7 +312,7 @@
"url": "git://github.com/achesak/extmath.nim", "url": "git://github.com/achesak/extmath.nim",
"method": "git", "method": "git",
"tags": ["library", "math", "trigonometry"], "tags": ["library", "math", "trigonometry"],
"description": "Nimrod math library", "description": "Nim math library",
"license": "MIT", "license": "MIT",
"web": "https://github.com/achesak/extmath.nim" "web": "https://github.com/achesak/extmath.nim"
}, },
@ -428,42 +428,42 @@
{ {
"name": "csv", "name": "csv",
"url": "git://github.com/achesak/nimrod-csv", "url": "git://github.com/achesak/nim-csv",
"method": "git", "method": "git",
"tags": ["csv", "parsing", "stringify", "library"], "tags": ["csv", "parsing", "stringify", "library"],
"description": "Library for parsing, stringifying, reading, and writing CSV (comma separated value) files", "description": "Library for parsing, stringifying, reading, and writing CSV (comma separated value) files",
"license": "MIT", "license": "MIT",
"web": "https://github.com/achesak/nimrod-csv" "web": "https://github.com/achesak/nim-csv"
}, },
{ {
"name": "geonames", "name": "geonames",
"url": "git://github.com/achesak/nimrod-geonames", "url": "git://github.com/achesak/nim-geonames",
"method": "git", "method": "git",
"tags": ["library", "wrapper", "geography"], "tags": ["library", "wrapper", "geography"],
"description": "GeoNames API wrapper", "description": "GeoNames API wrapper",
"license": "MIT", "license": "MIT",
"web": "https://github.com/achesak/nimrod-geonames" "web": "https://github.com/achesak/nim-geonames"
}, },
{ {
"name": "gravatar", "name": "gravatar",
"url": "git://github.com/achesak/nimrod-gravatar", "url": "git://github.com/achesak/nim-gravatar",
"method": "git", "method": "git",
"tags": ["library", "wrapper", "gravatar"], "tags": ["library", "wrapper", "gravatar"],
"description": "Gravatar API wrapper", "description": "Gravatar API wrapper",
"license": "MIT", "license": "MIT",
"web": "https://github.com/achesak/nimrod-gravatar" "web": "https://github.com/achesak/nim-gravatar"
}, },
{ {
"name": "coverartarchive", "name": "coverartarchive",
"url": "git://github.com/achesak/nimrod-cover-art-archive", "url": "git://github.com/achesak/nim-coverartarchive",
"method": "git", "method": "git",
"tags": ["library", "wrapper", "cover art", "music", "metadata"], "tags": ["library", "wrapper", "cover art", "music", "metadata"],
"description": "Cover Art Archive API wrapper", "description": "Cover Art Archive API wrapper",
"license": "MIT", "license": "MIT",
"web": "http://github.com/achesak/nimrod-cover-art-archive" "web": "http://github.com/achesak/nim-coverartarchive"
}, },
{ {
@ -843,21 +843,21 @@
}, },
{ {
"name": "imghdr", "name": "imghdr",
"url": "git://github.com/achesak/nimrod-imghdr", "url": "git://github.com/achesak/nim-imghdr",
"method": "git", "method": "git",
"tags": ["image", "formats", "files"], "tags": ["image", "formats", "files"],
"description": "Library for detecting the format of an image", "description": "Library for detecting the format of an image",
"license": "MIT", "license": "MIT",
"web": "https://github.com/achesak/nimrod-imghdr" "web": "https://github.com/achesak/nim-imghdr"
}, },
{ {
"name": "csv2json", "name": "csv2json",
"url": "git://github.com/achesak/nimrod-csv2json", "url": "git://github.com/achesak/nim-csv2json",
"method": "git", "method": "git",
"tags": ["csv", "json"], "tags": ["csv", "json"],
"description": "Convert CSV files to JSON", "description": "Convert CSV files to JSON",
"license": "MIT", "license": "MIT",
"web": "https://github.com/achesak/nimrod-csv2json" "web": "https://github.com/achesak/nim-csv2json"
}, },
{ {
"name": "vecmath", "name": "vecmath",
@ -888,30 +888,30 @@
}, },
{ {
"name": "colorsys", "name": "colorsys",
"url": "git://github.com/achesak/nimrod-colorsys", "url": "git://github.com/achesak/nim-colorsys",
"method": "git", "method": "git",
"tags": ["library", "colors", "rgb", "yiq", "hls", "hsv"], "tags": ["library", "colors", "rgb", "yiq", "hls", "hsv"],
"description": "Convert between RGB, YIQ, HLS, and HSV color systems.", "description": "Convert between RGB, YIQ, HLS, and HSV color systems.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/achesak/nimrod-colorsys" "web": "https://github.com/achesak/nim-colorsys"
}, },
{ {
"name": "pythonfile", "name": "pythonfile",
"url": "git://github.com/achesak/nimrod-pythonfile", "url": "git://github.com/achesak/nim-pythonfile",
"method": "git", "method": "git",
"tags": ["library", "python", "files", "file"], "tags": ["library", "python", "files", "file"],
"description": "Wrapper of the file procedures to provide an interface as similar as possible to that of Python", "description": "Wrapper of the file procedures to provide an interface as similar as possible to that of Python",
"license": "MIT", "license": "MIT",
"web": "https://github.com/achesak/nimrod-pythonfile" "web": "https://github.com/achesak/nim-pythonfile"
}, },
{ {
"name": "sndhdr", "name": "sndhdr",
"url": "git://github.com/achesak/nimrod-sndhdr", "url": "git://github.com/achesak/nim-sndhdr",
"method": "git", "method": "git",
"tags": ["library", "formats", "files", "sound", "audio"], "tags": ["library", "formats", "files", "sound", "audio"],
"description": "Library for detecting the format of a sound file", "description": "Library for detecting the format of a sound file",
"license": "MIT", "license": "MIT",
"web": "https://github.com/achesak/nimrod-sndhdr" "web": "https://github.com/achesak/nim-sndhdr"
}, },
{ {
"name": "irc", "name": "irc",
@ -951,30 +951,30 @@
}, },
{ {
"name": "robotparser", "name": "robotparser",
"url": "git://github.com/achesak/nimrod-robotparser", "url": "git://github.com/achesak/nim-robotparser",
"method": "git", "method": "git",
"tags": ["library", "useragent", "robots", "robot.txt"], "tags": ["library", "useragent", "robots", "robot.txt"],
"description": "Determine if a useragent can access a URL using robots.txt", "description": "Determine if a useragent can access a URL using robots.txt",
"license": "MIT", "license": "MIT",
"web": "https://github.com/achesak/nimrod-robotparser" "web": "https://github.com/achesak/nim-robotparser"
}, },
{ {
"name": "epub", "name": "epub",
"url": "git://github.com/achesak/nimrod-epub", "url": "git://github.com/achesak/nim-epub",
"method": "git", "method": "git",
"tags": ["library", "epub", "e-book"], "tags": ["library", "epub", "e-book"],
"description": "Module for working with EPUB e-book files", "description": "Module for working with EPUB e-book files",
"license": "MIT", "license": "MIT",
"web": "https://github.com/achesak/nimrod-epub" "web": "https://github.com/achesak/nim-epub"
}, },
{ {
"name": "hashids", "name": "hashids",
"url": "git://github.com/achesak/nimrod-hashids", "url": "git://github.com/achesak/nim-hashids",
"method": "git", "method": "git",
"tags": ["library", "hashids"], "tags": ["library", "hashids"],
"description": "Nimrod implementation of Hashids", "description": "Nim implementation of Hashids",
"license": "MIT", "license": "MIT",
"web": "https://github.com/achesak/nimrod-hashids" "web": "https://github.com/achesak/nim-hashids"
}, },
{ {
"name": "openssl_evp", "name": "openssl_evp",
@ -1023,12 +1023,12 @@
}, },
{ {
"name": "ffbookmarks", "name": "ffbookmarks",
"url": "git://github.com/achesak/nimrod-ff-bookmarks", "url": "git://github.com/achesak/nim-ffbookmarks",
"method": "git", "method": "git",
"tags": ["firefox", "bookmarks", "library"], "tags": ["firefox", "bookmarks", "library"],
"description": "Nim module for working with Firefox bookmarks", "description": "Nim module for working with Firefox bookmarks",
"license": "MIT", "license": "MIT",
"web": "https://github.com/achesak/nimrod-ff-bookmarks" "web": "https://github.com/achesak/nim-ffbookmarks"
}, },
{ {
"name": "moustachu", "name": "moustachu",