Add `:homepage` to `defsystem`
    
        | author | 
        Steve Losh <steve@stevelosh.com> | 
    
    
        | date | 
        Mon, 15 Jan 2018 15:50:40 -0500 | 
    
    
        | parents | 
        80ae10ef6b7e  | 
    
    
        | children | 
        d0338a96e265  | 
    
```
  ___  _
 / (_)| |
|     | |     __,   _  _    __   _   ,_
|     |/ \   /  |  / |/ |  /    |/  /  |  |   |
 \___/|   |_/\_/|_/  |  |_/\___/|__/   |_/ \_/|/
                                             /|
                                             \|
```
Chancery is a library for procedurally generating text and data in Common
Lisp.  It's heavily inspired by [Tracery][].
[Tracery]: http://tracery.io/
* **License:** MIT
* **Documentation:** <https://sjl.bitbucket.io/chancery/>
* **Mercurial:** <http://bitbucket.org/sjl/chancery/>
* **Git:** <http://github.com/sjl/chancery/>
Chancery focuses on simplicity, correctness, and usability.  Performance is not
*terrible*, but is not a high priority.
It is currently not thread-safe, but this may happen in the future.