From 0316d7ca9e5b34ea37968496491b993dcd728a00 Mon Sep 17 00:00:00 2001 From: Jaidyn Ann <10477760+JadedCtrl@users.noreply.github.com> Date: Mon, 27 May 2024 23:15:56 -0500 Subject: [PATCH] Move mirror-img.lisp into src/ directory --- mirror-img.asd | 4 ++-- mirror-img.lisp => src/mirror-img.lisp | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename mirror-img.lisp => src/mirror-img.lisp (100%) 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