Skip to content

Commit

Permalink
Clean up ASDF files.
Browse files Browse the repository at this point in the history
  • Loading branch information
takagi committed Sep 3, 2015
1 parent 2b58dca commit 2a243c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lake-test.asd
Expand Up @@ -9,7 +9,7 @@
(in-package :lake-test-asd)

(defsystem lake-test
:author "Rudolph Miller"
:author "Rudolph Miller and Masayuki Takagi"
:license "MIT"
:homepage "https://github.com/takagi/lake"
:depends-on (:lake
Expand Down
7 changes: 2 additions & 5 deletions lake.asd
Expand Up @@ -10,13 +10,10 @@

(defsystem lake
:version "0.1"
:author "Rudolph Miller"
:author "Rudolph Miller and Masayuki Takagi"
:license "MIT"
:homepage "https://github.com/takagi/lake"
:depends-on (:cl-syntax
:cl-syntax-annot
:closer-mop
:alexandria
:depends-on (:alexandria
:split-sequence
:cl-syntax-interpol)
:components ((:module "src"
Expand Down

0 comments on commit 2a243c2

Please sign in to comment.