diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-05-17 04:40:16 -0700 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-05-17 04:40:16 -0700 |
commit | 05bae288fd3f92641371a4c176474e0d6f077153 (patch) | |
tree | 939f876e6267279f76d0134bb766870c5500931b | |
parent | c9fa74fd8ea2027e31c677570f25b4c0eac3c48d (diff) | |
parent | 1ea90bbbce1818c9c1b8a7a8adfb5a9087fa8524 (diff) | |
download | hakyll-05bae288fd3f92641371a4c176474e0d6f077153.tar.gz |
Merge pull request #24 from sol/master
Correct URL to git repository in cabal file
-rw-r--r-- | hakyll.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index e86973c..9b4e0b3 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -24,7 +24,7 @@ build-type: Simple source-repository head type: git - location: git://github.com/jaspervdj/Hakyll.git + location: git://github.com/jaspervdj/hakyll.git flag inotify description: Use the inotify bindings for the preview server. Better, but |