Skip to content

Commit

Permalink
.asd: update email + minor reorganization
Browse files Browse the repository at this point in the history
  • Loading branch information
defaultxr committed Apr 3, 2024
1 parent 421fd7a commit d97680d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cl-patterns.asd
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

(asdf:defsystem #:cl-patterns
:name "cl-patterns"
:version "0.7"
:description "Pattern library for algorithmic music composition and performance in Common Lisp"
:author "modula t."
:license "MIT"
:version "0.7"
:author "modula t."
:mailto "modula-t at pm dot me"
:homepage "https://w.struct.ws/cl-patterns/"
:bug-tracker "https://github.com/defaultxr/cl-patterns/issues"
:mailto "defaultxr at gmail dot com"
:source-control (:git "git@github.com:defaultxr/cl-patterns.git")
:depends-on (#:alexandria
#:mutility
Expand Down

0 comments on commit d97680d

Please sign in to comment.