969c97036477

Add `:homepage` to `defsystem`
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 15 Jan 2018 15:46:20 -0500
parents bece5a4bffc5
children 10d265927e33
branches/tags (none)
files cl-digraph.asd

Changes

--- a/cl-digraph.asd	Mon Dec 18 17:51:22 2017 -0500
+++ b/cl-digraph.asd	Mon Jan 15 15:46:20 2018 -0500
@@ -1,7 +1,7 @@
 (asdf:defsystem :cl-digraph
   :description "Simple directed graphs for Common Lisp."
-
   :author "Steve Losh <steve@stevelosh.com>"
+  :homepage "https://sjl.bitbucket.io/cl-digraph/"
 
   :license "MIT/X11"
   :version "1.2.0"