aboutsummaryrefslogtreecommitdiff
path: root/terrafirma.asd
diff options
context:
space:
mode:
Diffstat (limited to 'terrafirma.asd')
-rw-r--r--terrafirma.asd6
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")))