aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-07-13 08:34:36 -0500
committerColin Okay <cbeok@protonmail.com>2020-07-13 08:34:36 -0500
commit7e7c53e14cb5f2885a9a2b7fe0367e849611e8b6 (patch)
tree272959326aea26ca0de1adb01347801c84644f5d
parent414a68d50ab084dec85dc9a2d4971464b83e4e99 (diff)
asdf
-rw-r--r--lambda-tools.asd6
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)