From 7e7c53e14cb5f2885a9a2b7fe0367e849611e8b6 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 13 Jul 2020 08:34:36 -0500 Subject: asdf --- lambda-tools.asd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lambda-tools.asd') 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 " - :license "Specify license here" + :description "Macros and utilities for combining making and lambdas" + :author "Colin Okay " + :license "GPLv3" :version "0.0.1" :serial t :depends-on (:alexandria) -- cgit v1.2.3