Fix system info
This commit is contained in:
parent
1b617f7539
commit
7d24252899
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
(defsystem piccolo-test
|
||||
:author "skyizwhite <paku@skyizwhite.dev>"
|
||||
:author "Bo Yao, skyizwhite"
|
||||
:maintainer "skyizwhite <paku@skyizwhite.dev>"
|
||||
:license "MIT"
|
||||
:depends-on (:piccolo :fiveam)
|
||||
:components ((:module "t"
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
(defsystem "piccolo"
|
||||
:version "0.1.0"
|
||||
:description "A beautiful, easily composable HTML5 generation library"
|
||||
:author "skyizwhite <paku@skyizwhite.dev>"
|
||||
:author "Bo Yao, skyizwhite"
|
||||
:maintainer "skyizwhite <paku@skyizwhite.dev>"
|
||||
:license "MIT"
|
||||
:long-description #.(uiop:read-file-string
|
||||
(uiop:subpathname *load-pathname* "README.md"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue