Skip to content

Commit

Permalink
Merge pull request #5 from 40ants/fix-docs
Browse files Browse the repository at this point in the history
Added details necessary to include into Quicklisp.
  • Loading branch information
svetlyak40wt authored Jul 27, 2023
2 parents 9175c52 + 9a39e77 commit b55b3e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions cl-brewer-deploy-hooks.asd
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
(defsystem "cl-brewer-deploy-hooks"
:description "A small helper to use Deploy for Homebrew packaging."
:author "Alexander Artemenko <[email protected]>"
:license "Public Domain"
:homepage "https://40ants.com/cl-brewer/"
:source-control (:git "https://github.com/40ants/cl-brewer")
:bug-tracker "https://github.com/40ants/cl-brewer/issues"
:pathname "src"
:depends-on ("deploy")
:components ((:module "deploy"
Expand Down
2 changes: 1 addition & 1 deletion quicklisp-starter.asd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defsystem quicklisp-starter
(defsystem "quicklisp-starter"
:description "A helper to load quicklisp client"
:author "Alexander Artemenko <[email protected]>"
:version "0.1.0"
Expand Down

0 comments on commit b55b3e7

Please sign in to comment.