From e9a7d5bc8ae391098d38ccd8410a7b10d617a19b Mon Sep 17 00:00:00 2001 From: Riccardo Murri Date: Thu, 8 Oct 2015 22:06:05 +0200 Subject: [PATCH] circe: Fix load-path --- recipes/circe.rcp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/circe.rcp b/recipes/circe.rcp index bc136ba0..6c0b0dfe 100644 --- a/recipes/circe.rcp +++ b/recipes/circe.rcp @@ -4,4 +4,4 @@ :type github :pkgname "jorgenschaefer/circe" :depends cl-lib - :load-path ("lisp")) + :load-path ("."))