From 38e35b4f2c590c5872d7255930e3f02f58881d8c Mon Sep 17 00:00:00 2001
From: Attila Lendvai <attila@lendvai.name>
Date: Thu, 27 Oct 2016 16:42:55 +0200
Subject: [PATCH] Fix issue #1, fill in recommended fields in the ASDF systems.

---
 alexandria-tests.asd | 3 +++
 alexandria.asd       | 1 +
 2 files changed, 4 insertions(+)

diff --git a/alexandria-tests.asd b/alexandria-tests.asd
index 26fa207..6eb8e3a 100644
--- a/alexandria-tests.asd
+++ b/alexandria-tests.asd
@@ -1,4 +1,7 @@
 (defsystem alexandria-tests
+  :licence "Public Domain / 0-clause MIT"
+  :description "Tests for Alexandria, which is a collection of portable public domain utilities."
+  :author "Nikodemus Siivola <nikodemus@sb-studio.net>, and others."
   :depends-on (:alexandria #+sbcl :sb-rt #-sbcl :rt)
   :components ((:file "tests")))
 
diff --git a/alexandria.asd b/alexandria.asd
index f8bf281..40f2677 100644
--- a/alexandria.asd
+++ b/alexandria.asd
@@ -2,6 +2,7 @@
   :version "0.0.0"
   :licence "Public Domain / 0-clause MIT"
   :description "Alexandria is a collection of portable public domain utilities."
+  :author "Nikodemus Siivola <nikodemus@sb-studio.net>, and others."
   :long-description
   "Alexandria is a project and a library.
 
-- 
GitLab