# HG changeset patch # User Steve Losh # Date 1516049453 18000 # Node ID 9e2c59c4c13d53028b0d67db3e7d8183d3a6b5ff # Parent f4d8d363a9dc0ed5d70322e0f8d3b62190f76679 Add `:homepage` to `defsystem` diff -r f4d8d363a9dc -r 9e2c59c4c13d cl-pcg.asd --- a/cl-pcg.asd Mon Dec 18 17:53:19 2017 -0500 +++ b/cl-pcg.asd Mon Jan 15 15:50:53 2018 -0500 @@ -1,7 +1,7 @@ (asdf:defsystem :cl-pcg :description "A bare-bones Permuted Congruential Generator implementation in pure Common Lisp." - :author "Steve Losh " + :homepage "https://sjl.bitbucket.io/cl-pcg/" :license "MIT" :version "1.0.0"