diff options
author | colin <colin@cicadas.surf> | 2023-11-30 07:21:43 -0800 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-11-30 07:21:43 -0800 |
commit | ca9bf0df7aa54019416f0d6f0196a38e3aac672a (patch) | |
tree | 19cf5cbbb5a8cd63846b18bc0f5339b06ed57de7 | |
parent | 594708b0772d2482730a151ff5c079c76dec63e8 (diff) |
asd
-rw-r--r-- | terrafirma.asd | 6 |
1 files 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 <your.name@example.com>" :license "Specify license here" :version "0.0.1" :serial t - :components ((:file "A-OK"))) + :components ((:file "terrafirma"))) |