summaryrefslogtreecommitdiff
path: root/imbricate.asd
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2022-01-29 08:11:31 -0600
committerColin Okay <cbeok@protonmail.com>2022-01-29 08:11:31 -0600
commitf6abe28d62f8e84ab8b302980be889b32fa58d3d (patch)
tree515c61ab4208eb7c8cbd5a59af8bb82363b8029e /imbricate.asd
parenta439cb27a908d1013de67f180200ba27083c903a (diff)
update to use clpm
Diffstat (limited to 'imbricate.asd')
-rw-r--r--imbricate.asd2
1 files changed, 1 insertions, 1 deletions
diff --git a/imbricate.asd b/imbricate.asd
index 472579f..d0560ac 100644
--- a/imbricate.asd
+++ b/imbricate.asd
@@ -6,5 +6,5 @@
:license "AGPL-3.0"
:version "0.1.0"
:serial t
- :depends-on (#:asdf #:uiop #:opticl)
+ :depends-on (#:uiop #:opticl)
:components ((:file "imbricate")))