From 968a571e558446ff8859b27d9829b75f33a46779 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Fri, 2 Feb 2018 22:34:34 -0800 Subject: [PATCH 1/3] Added package simple_graph --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 548f619..2a59999 100644 --- a/packages.json +++ b/packages.json @@ -8090,5 +8090,16 @@ "description": "Nim - Python bridge", "license": "MIT", "web": "https://github.com/yglukhov/nimpy" + }, + { + "name": "simple_graph", + "url": "github:erhlee-bird/simple_graph", + "method": "git", + "tags": [ + "nim-lang" + ], + "description": "Simple Graph Library", + "license": "MIT", + "web": "github:erhlee-bird/simple_graph" } ] From a9a6a8f2b471e9dbaa2ba3b3284c04c9dcd60f5f Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Fri, 2 Feb 2018 22:36:20 -0800 Subject: [PATCH 2/3] fix tags --- packages.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 2a59999..3fca126 100644 --- a/packages.json +++ b/packages.json @@ -8096,7 +8096,8 @@ "url": "github:erhlee-bird/simple_graph", "method": "git", "tags": [ - "nim-lang" + "datastructures", + "library" ], "description": "Simple Graph Library", "license": "MIT", From ef7e414e83d86ab337db05c4fb38c30df3939ffe Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Sat, 3 Feb 2018 13:17:00 -0800 Subject: [PATCH 3/3] whoops fixed web and url --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 3fca126..b07f8e3 100644 --- a/packages.json +++ b/packages.json @@ -8093,7 +8093,7 @@ }, { "name": "simple_graph", - "url": "github:erhlee-bird/simple_graph", + "url": "https://github.com/erhlee-bird/simple_graph", "method": "git", "tags": [ "datastructures", @@ -8101,6 +8101,6 @@ ], "description": "Simple Graph Library", "license": "MIT", - "web": "github:erhlee-bird/simple_graph" + "web": "https://github.com/erhlee-bird/simple_graph" } ]