Update author
All checks were successful
CI / test (sbcl-bin) (push) Successful in 7m35s

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,4 +1,4 @@
Copyright 2024 skyizwhite
Copyright 2024 Akira Tempaku
Copyright 2018 Bo Yao
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View file

@ -146,6 +146,6 @@ Generates:
This project is licensed under the MIT License.
© 2024 skyizwhite
© 2024 Akira Tempaku
© 2018 Bo Yao

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"))