From 31783d18108d7de940649de058cce297822b2759 Mon Sep 17 00:00:00 2001
From: "Stephen A. Wood" <saw@jlab.org>
Date: Tue, 26 Jun 2012 15:17:46 -0400
Subject: [PATCH] Change to readonly git protocol for podd so that ujsers
 without an ssh key installed on github can still get podd.  (No one should be
 uploading changes to podd).

---
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index ddb1236..e6a3a04 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
 [submodule "podd"]
 	path = podd
-	url = git@github.com:sawjlab/podd.git
+	url = git://github.com/sawjlab/podd.git
-- 
GitLab