diff --git a/yesod-examples/yesod-examples.cabal b/yesod-examples/yesod-examples.cabal index 8b6c3a0c..fbc45f5d 100644 --- a/yesod-examples/yesod-examples.cabal +++ b/yesod-examples/yesod-examples.cabal @@ -72,4 +72,4 @@ Executable yesod-chat source-repository head type: git - location: git://github.com/snoyberg/yesod-examples.git + location: git://github.com/yesodweb/yesod.git diff --git a/yesod-form/yesod-form.cabal b/yesod-form/yesod-form.cabal index 4673f5fc..83c7aed9 100644 --- a/yesod-form/yesod-form.cabal +++ b/yesod-form/yesod-form.cabal @@ -51,4 +51,4 @@ library source-repository head type: git - location: git://github.com/snoyberg/yesod-form.git + location: git://github.com/yesodweb/yesod.git diff --git a/yesod-json/yesod-json.cabal b/yesod-json/yesod-json.cabal index 49d3df53..38da1439 100644 --- a/yesod-json/yesod-json.cabal +++ b/yesod-json/yesod-json.cabal @@ -27,4 +27,4 @@ library source-repository head type: git - location: git://github.com/snoyberg/yesod-json.git + location: git://github.com/yesodweb/yesod.git diff --git a/yesod-persistent/yesod-persistent.cabal b/yesod-persistent/yesod-persistent.cabal index 00e3c8b8..d74789c3 100644 --- a/yesod-persistent/yesod-persistent.cabal +++ b/yesod-persistent/yesod-persistent.cabal @@ -24,4 +24,4 @@ library source-repository head type: git - location: git://github.com/snoyberg/yesod-persistent.git + location: git://github.com/yesodweb/yesod.git diff --git a/yesod-static/yesod-static.cabal b/yesod-static/yesod-static.cabal index 0e8e306c..a0070f12 100644 --- a/yesod-static/yesod-static.cabal +++ b/yesod-static/yesod-static.cabal @@ -76,4 +76,4 @@ test-suite tests source-repository head type: git - location: git://github.com/snoyberg/yesod-static.git + location: git://github.com/yesodweb/yesod.git