Fix locations of source repositories on Cabal file.

Packages that still weren't updated:

  - yesod-examples
  - yesod-form
  - yesod-json
  - yesod-persistent
  - yesod-static
This commit is contained in:
Felipe Lessa 2011-12-24 20:35:45 -02:00
parent 2e6681986f
commit 6fdb6d38b2
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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