Add `:homepage` to `defsystem`
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 15 Jan 2018 15:50:53 -0500 |
parents |
f4d8d363a9dc
|
children |
8ac3147a3182
|
branches/tags |
(none) |
files |
cl-pcg.asd |
Changes
--- 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 <steve@stevelosh.com>"
+ :homepage "https://sjl.bitbucket.io/cl-pcg/"
:license "MIT"
:version "1.0.0"