diff options
-rw-r--r-- | cantedraw.asd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cantedraw.asd b/cantedraw.asd index 6b322ce..830a4c6 100644 --- a/cantedraw.asd +++ b/cantedraw.asd @@ -1,4 +1,6 @@ -(asdf:defsystem :cantedraw +(asdf:defsystem "cantedraw" + :author "Aryadev Chavali <aryadev@aryadevchavali.com>" + :license "GPL-2" :depends-on (:alexandria) :components ((:file "packages") (:module "lib" |