parent
33d7d981cf
commit
d128bd90a1
2 changed files with 3 additions and 3 deletions
|
@ -146,6 +146,6 @@ Generates:
|
||||||
|
|
||||||
This project is licensed under the MIT License.
|
This project is licensed under the MIT License.
|
||||||
|
|
||||||
© 2024 skyizwhite
|
© 2024 Akira Tempaku
|
||||||
|
|
||||||
© 2018 Bo Yao
|
© 2018 Bo Yao
|
||||||
|
|
4
hsx.asd
4
hsx.asd
|
@ -1,8 +1,8 @@
|
||||||
(defsystem "hsx"
|
(defsystem "hsx"
|
||||||
:version "0.4.0"
|
:version "0.4.0"
|
||||||
:description "Simple and powerful HTML generation library."
|
:description "Simple and powerful HTML generation library."
|
||||||
:author "skyizwhite, Bo Yao"
|
:author "Akira Tempaku, Bo Yao"
|
||||||
:maintainer "skyizwhite <paku@skyizwhite.dev>"
|
:maintainer "Akira Tempaku <paku@skyizwhite.dev>"
|
||||||
:license "MIT"
|
:license "MIT"
|
||||||
:long-description #.(uiop:read-file-string
|
:long-description #.(uiop:read-file-string
|
||||||
(uiop:subpathname *load-pathname* "README.md"))
|
(uiop:subpathname *load-pathname* "README.md"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue