Move mirror-img.lisp into src/ directory

This commit is contained in:
Jaidyn Ann 2024-05-27 23:15:56 -05:00
parent b53376d1d2
commit 0316d7ca9e
2 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@
:version "0.1" :version "0.1"
:license "GPLv3" :license "GPLv3"
:author "Jaidyn Ann <jadedctrl@posteo.at>" :author "Jaidyn Ann <jadedctrl@posteo.at>"
:depends-on (lquery dexador split-sequence) :depends-on (:dexador :lquery :split-sequence)
:components ((:file "mirror-img"))) :components ((:file "src/mirror-img")))