Fixed duplicates in repo list

This commit is contained in:
David Fowler 2014-06-15 07:42:33 -07:00
parent 8422d7413a
commit 2e6f9859a9
1 changed files with 0 additions and 3 deletions

View File

@ -28,8 +28,6 @@ var repos='${new Dictionary<string,string> {
{"EntityFramework", gitHubUriPrefix + "EntityFramework.git"},
{"FileSystem", gitHubUriPrefix + "FileSystem.git"},
{"WebSocketAbstractions", gitHubUriPrefix + "WebSocketAbstractions.git"},
{"Helios", gitHubUriPrefix + "Helios.git"},
{"Hosting", gitHubUriPrefix + "Hosting.git"},
{"HttpAbstractions", gitHubUriPrefix + "HttpAbstractions.git"},
{"Hosting", gitHubUriPrefix + "Hosting.git"},
{"Helios", gitHubUriPrefix + "Helios.git"},
@ -40,7 +38,6 @@ var repos='${new Dictionary<string,string> {
{"Security", gitHubUriPrefix + "Security.git"},
{"SignalR-Server", gitHubUriPrefix + "SignalR-Server.git"},
{"StaticFiles", gitHubUriPrefix + "StaticFiles.git"},
{"Testing", gitHubUriPrefix + "Testing.git"},
{"WebListener", gitHubUriPrefix + "WebListener.git"},
{"WebSockets", gitHubUriPrefix + "WebSockets.git"},
{"Entropy", gitHubUriPrefix + "Entropy.git"},