From d94815c776ebb7baaa8a53b693499ea2dc53d759 Mon Sep 17 00:00:00 2001 From: saratchandra92 Date: Sun, 17 May 2015 16:54:04 +0530 Subject: [PATCH 1/3] Update packages.json --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index e005365..01ee9b6 100644 --- a/packages.json +++ b/packages.json @@ -1470,5 +1470,14 @@ "description": "A rudimentary Nim REPL", "license": "MIT", "web": "https://github.com/wheineman/nrpl" + }, + { + "name": "nim-geocoding", + "url": "https://github.com/saratchandra92/nim-geocoding", + "method": "git" + "tags": ["library", "geocoding", "maps"] + "decription": "A simple library for Google Maps Geocoding API", + "license": "MIT" + "web": "https://github.com/saratchandra92/nim-geocoding" } ] From c5330811e47e2c2b73a6f0e928ac3f314e4797cb Mon Sep 17 00:00:00 2001 From: saratchandra92 Date: Sun, 17 May 2015 16:56:28 +0530 Subject: [PATCH 2/3] Update packages.json --- packages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index 01ee9b6..0d892b2 100644 --- a/packages.json +++ b/packages.json @@ -1474,10 +1474,10 @@ { "name": "nim-geocoding", "url": "https://github.com/saratchandra92/nim-geocoding", - "method": "git" - "tags": ["library", "geocoding", "maps"] + "method": "git", + "tags": ["library", "geocoding", "maps"], "decription": "A simple library for Google Maps Geocoding API", - "license": "MIT" + "license": "MIT", "web": "https://github.com/saratchandra92/nim-geocoding" } ] From 296dac7a7d3b894be5bb3f9bf355a842d1cdeb93 Mon Sep 17 00:00:00 2001 From: saratchandra92 Date: Sun, 17 May 2015 17:40:50 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8902d1..fcde753 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ object should have the following fields (unless the field is marked as optional): * name - The name of the package, this should match the name in the package's - babel file. + nimble file. * url - The url from which to retrieve the package. * method - The method that should be used to retrieve this package. Currently "git" and "hg" is supported.