guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/17: gnu: hplip: Tweak synopsis & description.


From: Tobias Geerinckx-Rice
Subject: 10/17: gnu: hplip: Tweak synopsis & description.
Date: Thu, 21 Jun 2018 18:20:33 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6a163a3fe8affdac775d527c5e637bad89859489
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jun 20 23:00:20 2018 +0200

    gnu: hplip: Tweak synopsis & description.
    
    * gnu/packages/cups.scm (hplip)[synopis]: Remove Random Capitalisation.
    [description]: Likewise. Define ‘PPD’.
---
 gnu/packages/cups.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index 2fedd3a..d365587 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -397,8 +397,10 @@ device-specific programs to convert and print many types 
of files.")
                   #t))))
     (build-system gnu-build-system)
     (home-page "http://hplipopensource.com/";)
-    (synopsis "HP Printer Drivers")
-    (description "Hewlett-Packard Printer Drivers and PPDs.")
+    (synopsis "HP printer drivers")
+    (description
+     "Hewlett-Packard printer drivers and PostScript Printer Descriptions
+(@dfn{PPD}s).")
 
     ;; The 'COPYING' file lists directories where each of these 3 licenses
     ;; applies.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]