aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-09-26 16:26:54 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-09-26 16:26:54 -0700
commitc13f23e0b19d8a6633a1a815114947f79dfb48cc (patch)
treeba781744010b01afde0e3b67c48a1a0c241b5743
parentff84881e8c1c28739232ad068f54b5de828e55d6 (diff)
downloadpandoc-c13f23e0b19d8a6633a1a815114947f79dfb48cc.tar.gz
Makefile: Use Andrea's repository for citeproc-hs.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e5b4f3378..cc0160c53 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ pandoc-types:
cabal-dev add-source pandoc-types
citeproc-hs: pandoc-types
- git clone https://github.com/jgm/citeproc-hs && \
+ darcs get --lazy http://gorgias.mine.nu/repos/citeproc-hs && \
cabal-dev add-source citeproc-hs
install: