From ca9bf0df7aa54019416f0d6f0196a38e3aac672a Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 30 Nov 2023 07:21:43 -0800 Subject: asd --- terrafirma.asd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/terrafirma.asd b/terrafirma.asd index 0e2b6d6..9debdc2 100644 --- a/terrafirma.asd +++ b/terrafirma.asd @@ -1,9 +1,9 @@ -;;;; A-OK.asd +;;;; terrafirma.asd -(asdf:defsystem #:A-OK +(asdf:defsystem #:terrafirma :description "Describe A-OK here" :author "Your Name " :license "Specify license here" :version "0.0.1" :serial t - :components ((:file "A-OK"))) + :components ((:file "terrafirma"))) -- cgit v1.2.3