whoops fixed web and url

This commit is contained in:
Eric Lee 2018-02-03 13:17:00 -08:00 committed by GitHub
parent a9a6a8f2b4
commit ef7e414e83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8093,7 +8093,7 @@
}, },
{ {
"name": "simple_graph", "name": "simple_graph",
"url": "github:erhlee-bird/simple_graph", "url": "https://github.com/erhlee-bird/simple_graph",
"method": "git", "method": "git",
"tags": [ "tags": [
"datastructures", "datastructures",
@ -8101,6 +8101,6 @@
], ],
"description": "Simple Graph Library", "description": "Simple Graph Library",
"license": "MIT", "license": "MIT",
"web": "github:erhlee-bird/simple_graph" "web": "https://github.com/erhlee-bird/simple_graph"
} }
] ]