From b27c9c8b7207f701d267b9cadba9e31dfdb5baca Mon Sep 17 00:00:00 2001 From: apense Date: Wed, 10 Jun 2015 12:59:28 -0400 Subject: [PATCH] Fixed up a copy/paste issue Seems like it was copied from the previous entry and still points to the old webpage. Didn't affect the download url. --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index b3f272b..5569e08 100644 --- a/packages.json +++ b/packages.json @@ -1171,7 +1171,7 @@ "tags": ["library", "tuple", "metaprogramming"], "description": "Tuple manipulation utilities", "license": "MIT", - "web": "https://github.com/MasonMcGill/optionals" + "web": "https://github.com/MasonMcGill/tuples" }, { "name": "fuse",