diff options
| author | Eric Lee <erhlee.bird@gmail.com> | 2018-02-03 13:17:00 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-03 13:17:00 -0800 |
| commit | ef7e414e83d86ab337db05c4fb38c30df3939ffe (patch) | |
| tree | df3c5a76ae755662a03998f352f87cd88b2158a7 | |
| parent | a9a6a8f2b471e9dbaa2ba3b3284c04c9dcd60f5f (diff) | |
| download | packages-ef7e414e83d86ab337db05c4fb38c30df3939ffe.tar.gz packages-ef7e414e83d86ab337db05c4fb38c30df3939ffe.zip | |
whoops fixed web and url
| -rw-r--r-- | packages.json | 4 |
1 files 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" } ] |
