From 87554dcc3a4ecf6dbe4f44496b6a0bb0c2252a68 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sat, 15 Feb 2025 20:42:23 +0000 Subject: Added :author and :license to system definition --- cantedraw.asd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 " + :license "GPL-2" :depends-on (:alexandria) :components ((:file "packages") (:module "lib" -- cgit v1.2.3-13-gbd6f