From ca752d12256a64920ff0f07792c431085fd55d3d Mon Sep 17 00:00:00 2001 From: "the Phoeron\" Colin J.E. Lupton" Date: Thu, 31 Aug 2023 14:05:49 -0400 Subject: [PATCH] Remove spurious quoted list from system definition --- babylon.asd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/babylon.asd b/babylon.asd index 2149fc9..b136f82 100644 --- a/babylon.asd +++ b/babylon.asd @@ -8,8 +8,8 @@ (defsystem babylon :description "Jürgen Walther's modular, configurable, hybrid knowledge engineering systems framework for Common Lisp, restored from the CMU AI Repository." - :author '("\"the Phoeron\" Colin J.E. Lupton " - "Jürgen Walther ") + :author ("\"the Phoeron\" Colin J.E. Lupton " + "Jürgen Walther ") :maintainer "\"the Phoeron\" Colin J.E. Lupton " :mailto "thephoeron@protonmail.com" :homepage "https://thephoeron.github.io/babylon/"