From b82edbcfcfaae13ef01513a65a2fbc0e6d2cec6a Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Tue, 30 Sep 2025 14:32:35 -0700 Subject: [PATCH] Change project description in cl-xdg-trash.asd --- cl-xdg-trash.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl-xdg-trash.asd b/cl-xdg-trash.asd index ce56fa7..93da4c9 100644 --- a/cl-xdg-trash.asd +++ b/cl-xdg-trash.asd @@ -1,6 +1,6 @@ (defsystem #:cl-xdg-trash :version "0.1.0" - :description "Common Lisp library to the XDG trash specification." + :description "Common Lisp interface to the XDG trash specification." :author "Alexander Rosenberg " :maintainer "Alexander Rosenberg " :homepage "https://git.zander.im/Zander671/cl-xdg-trash"