Add `:homepage` to `defsystem`
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 15 Jan 2018 15:50:40 -0500 |
parents |
93a99efafe6f
|
children |
d0338a96e265
|
branches/tags |
(none) |
files |
chancery.asd |
Changes
--- a/chancery.asd Mon Dec 18 17:45:40 2017 -0500
+++ b/chancery.asd Mon Jan 15 15:50:40 2018 -0500
@@ -1,7 +1,7 @@
(asdf:defsystem :chancery
:description "A library for procedurally generating text, inspired by Tracery."
-
:author "Steve Losh <steve@stevelosh.com>"
+ :homepage "https://sjl.bitbucket.io/chancery/"
:license "MIT/X11"
:version "1.0.0"