Updated information in the asd file.
This commit is contained in:
parent
c942f5bdfb
commit
2a879c21b4
2 changed files with 3 additions and 7 deletions
|
@ -1,7 +1,3 @@
|
|||
#|
|
||||
This file is a part of cl-info project.
|
||||
|#
|
||||
|
||||
(defsystem cl-info-test
|
||||
:author ""
|
||||
:license ""
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
#-asdf3.1 (error "cl-info requires ASDF 3.1")
|
||||
(defsystem cl-info
|
||||
:version (:read-file-form "version.lisp-expr")
|
||||
:author ""
|
||||
:license ""
|
||||
:author "Alexander Artemenko"
|
||||
:license "BSD"
|
||||
:class :package-inferred-system
|
||||
:pathname "src"
|
||||
:depends-on ("cl-info/core")
|
||||
:description ""
|
||||
:description "A helper to an answer a question about OS, Lisp and Everything."
|
||||
:long-description
|
||||
#.(with-open-file (stream (merge-pathnames
|
||||
#p"README.rst"
|
||||
|
|
Loading…
Reference in a new issue