diff --git a/mirror-img.asd b/mirror-img.asd index 8fae1cb..5261ddd 100644 --- a/mirror-img.asd +++ b/mirror-img.asd @@ -2,5 +2,5 @@ :version "0.1" :license "GPLv3" :author "Jaidyn Ann " - :depends-on (lquery dexador split-sequence) - :components ((:file "mirror-img"))) + :depends-on (:dexador :lquery :split-sequence) + :components ((:file "src/mirror-img"))) diff --git a/mirror-img.lisp b/src/mirror-img.lisp similarity index 100% rename from mirror-img.lisp rename to src/mirror-img.lisp