diff options
-rw-r--r-- | lambda-tools.asd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lambda-tools.asd b/lambda-tools.asd index 90b2977..f6e9bc7 100644 --- a/lambda-tools.asd +++ b/lambda-tools.asd @@ -1,9 +1,9 @@ ;;;; lambda-tools.asd (asdf:defsystem #:lambda-tools - :description "Describe lambda-tools here" - :author "Your Name <your.name@example.com>" - :license "Specify license here" + :description "Macros and utilities for combining making and lambdas" + :author "Colin Okay <cbeok@protonmail.com>" + :license "GPLv3" :version "0.0.1" :serial t :depends-on (:alexandria) |