From 1e886d194ccad9c6a43c327c3874e9f3b8542d96 Mon Sep 17 00:00:00 2001 From: "Scott L. Burson" Date: Mon, 13 Jan 2025 18:22:35 -0800 Subject: [PATCH] Tweak .asd file. --- fset.asd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fset.asd b/fset.asd index f11faf8..1cf6019 100644 --- a/fset.asd +++ b/fset.asd @@ -14,7 +14,9 @@ See: https://gitlab.common-lisp.net/fset/fset/-/wikis/home " :author "Scott L. Burson " - :version "1.4.0" + :version "1.4.4" + :homepage "https://gitlab.common-lisp.net/fset/fset/-/wikis/home" + :source-control "https://github.com/slburson/fset" :licence "LLGPL" :depends-on (:misc-extensions :random-state :named-readtables) :serial t