Fix links for optionals and tuples packages.

This commit is contained in:
Dominik Picheta 2015-05-18 22:19:41 +01:00
parent 3584ec6340
commit 936ce72138

View File

@ -1162,7 +1162,7 @@
"tags": ["library", "option", "optional", "maybe"],
"description": "Option types",
"license": "MIT",
"web": "http://www.vision.caltech.edu/~mmcgill/optionals.html"
"web": "https://github.com/MasonMcGill/optionals"
},
{
"name": "tuples",
@ -1171,7 +1171,7 @@
"tags": ["library", "tuple", "metaprogramming"],
"description": "Tuple manipulation utilities",
"license": "MIT",
"web": "http://www.vision.caltech.edu/~mmcgill/tuples.html"
"web": "https://github.com/MasonMcGill/optionals"
},
{
"name": "fuse",