Update author

This commit is contained in:
Akira Tempaku 2025-02-23 14:15:05 +09:00
parent 33d7d981cf
commit 19baec2ee0
Signed by: paku
GPG key ID: 5B4E8402BCC50607
3 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
(defsystem "hsx"
:version "0.4.0"
:description "Simple and powerful HTML generation library."
:author "skyizwhite, Bo Yao"
:maintainer "skyizwhite <paku@skyizwhite.dev>"
:author "Akira Tempaku, Bo Yao"
:maintainer "Akira Tempaku <paku@skyizwhite.dev>"
:license "MIT"
:long-description #.(uiop:read-file-string
(uiop:subpathname *load-pathname* "README.md"))