From 74baee4e631ade81b0170cd0cfe73fe31e94b96b Mon Sep 17 00:00:00 2001 From: Evan Coury Date: Fri, 18 Nov 2011 10:20:35 -0700 Subject: [PATCH] Updated ZF2 submodule to point to GitHub as new canonical repo --- .gitmodules | 2 +- library/ZendFramework | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 670b03e..80fc458 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "library/ZendFramework"] path = library/ZendFramework - url = git://git.zendframework.com/zf.git + url = git://github.com/zendframework/zf2.git diff --git a/library/ZendFramework b/library/ZendFramework index e66618e..9fdf610 160000 --- a/library/ZendFramework +++ b/library/ZendFramework @@ -1 +1 @@ -Subproject commit e66618e7c12867fde9875b8f3d92f230bd1b2727 +Subproject commit 9fdf610f5e8bc3f6426753cee9a81efe5d0b5e53 -- 1.7.10.4