From b999d34cd93e6f57d81dbcb0fe6e55c1ac00fcc1 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 8 May 2014 09:46:30 -0700 Subject: [PATCH] Renaming WebFX to Mvc --- makefile.shade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.shade b/makefile.shade index 68bf1394fe..d4e67dbfb7 100644 --- a/makefile.shade +++ b/makefile.shade @@ -31,7 +31,7 @@ var repos='${new Dictionary { {"Routing", gitHubUriPrefix + "Routing.git"}, {"Hosting", gitHubUriPrefix + "Hosting.git"}, {"Helios", gitHubUriPrefix + "Helios.git"}, - {"WebFx", gitHubUriPrefix + "WebFx.git"}, + {"Mvc", gitHubUriPrefix + "Mvc.git"}, {"WebListener", gitHubUriPrefix + "WebListener.git"}, {"Entropy", gitHubUriPrefix + "Entropy.git"}, {"Testing", gitHubUriPrefix + "Testing.git"},