diff --git a/fmcs.asd b/fmcs.asd index e61871e..fb60a81 100644 --- a/fmcs.asd +++ b/fmcs.asd @@ -8,12 +8,12 @@ (defsystem fmcs :description "Flavors Meta-Class System (FMCS) for Demonic Metaprogramming in Common Lisp, an alternative to CLOS+MOP, restored from the CMU AI Repository." - :author '("\"the Phoeron\" Colin J.E. Lupton " - "Jürgen Walther " - "Pierre Cointe" - "Thomas Christaller" - "Harry Bretthauer" - "Jürgen Kopp") + :author ("\"the Phoeron\" Colin J.E. Lupton " + "Jürgen Walther " + "Pierre Cointe" + "Thomas Christaller" + "Harry Bretthauer" + "Jürgen Kopp") :maintainer "\"the Phoeron\" Colin J.E. Lupton " :mailto "thephoeron@protonmail.com" :homepage "https://thephoeron.github.io/fmcs/"