Skip to content

Commit

Permalink
Add :author/:license to ASD file
Browse files Browse the repository at this point in the history
Closes #1
  • Loading branch information
marijnh committed Jun 1, 2015
1 parent f7b1da4 commit c9e2570
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cl-tk.asd
Expand Up @@ -4,6 +4,8 @@

(asdf:defsystem :cl-tk
:description "Minimal bridge to Tcl/Tk"
:author "Marijn Haverbeke <marijnh@gmail.com>"
:license "BSD"
:depends-on (#+(and (not allegro) cffi) :cffi)
:components ((:file "package")
(:file "base" :depends-on ("package"))
Expand Down

0 comments on commit c9e2570

Please sign in to comment.