From 5c254c32cfdcad305549ac00d9c96b03d50ab2aa Mon Sep 17 00:00:00 2001 From: Coin Okay Date: Wed, 22 Apr 2020 21:11:48 -0500 Subject: agpl for now --- lazybones.asd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lazybones.asd b/lazybones.asd index d2c2de3..575e342 100644 --- a/lazybones.asd +++ b/lazybones.asd @@ -1,9 +1,9 @@ ;;;; lazybones.asd (asdf:defsystem #:lazybones - :description "Describe lazybones here" - :author "Your Name " - :license "Specify license here" + :description "http route handling" + :author "Colin Okay " + :license "AGPLv3" :version "0.0.1" :serial t :depends-on (#:clack #:jonathan #:alexandria #:split-sequence #:parzival #:cl-fad) -- cgit v1.2.3