aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-01 13:14:42 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-01 15:56:03 -0700
commit1f2fd838da4934db2d767521a52fe6f9c36d9e14 (patch)
tree79ef2ddce706c696ae843a91337199f79c5109cb
parentd1d43ccbef97abd541ebddb21342439cb6f88f3d (diff)
downloadconsfigurator-1f2fd838da4934db2d767521a52fe6f9c36d9e14.tar.gz
consfigurator.asd: use string to designate system & drop "asdf:"
The ASDF docs suggest that the latter implies the file is loadable with just LOAD, but .asd files aren't loadable in this way in the general case. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--consfigurator.asd2
1 files changed, 1 insertions, 1 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index 764799e..7a78744 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -1,4 +1,4 @@
-(asdf:defsystem :consfigurator
+(defsystem "consfigurator"
:description "Lisp declarative configuration management system"
:version "0.3.1"
:author "Sean Whitton <spwhitton@spwhitton.name>"