From 798a5b90a3f6fcb9df8a4d88b3021a2233cf1f42 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Wed, 12 Jun 2024 15:08:16 +0200 Subject: [PATCH] fix trailing whitespace --- snamellit/xca.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snamellit/xca.scm b/snamellit/xca.scm index 3381433..7b64eeb 100644 --- a/snamellit/xca.scm +++ b/snamellit/xca.scm @@ -31,7 +31,7 @@ (native-inputs (list pkg-config python-sphinx)) (synopsis "X - Certificate and Key management") (description - "This application is intended for creating and managing X.509 certificates, + "This application is intended for creating and managing X.509 certificates, certificate requests, RSA, DSA and EC private keys, Smartcards and CRLs. Everything that is needed for a CA is implemented.") (home-page "https://www.hohnstaedt.de/xca/index.php")