diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-20 23:00:20 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-22 00:20:11 +0200 |
commit | 6a163a3fe8affdac775d527c5e637bad89859489 (patch) | |
tree | 2927072ed83a2603fb55044d9d7afdebcfe4ce5c /gnu | |
parent | bb6c3d2332d74e268f5d48b39b92b97cea1acab3 (diff) | |
download | guix-6a163a3fe8affdac775d527c5e637bad89859489.tar guix-6a163a3fe8affdac775d527c5e637bad89859489.tar.gz |
gnu: hplip: Tweak synopsis & description.
* gnu/packages/cups.scm (hplip)[synopis]: Remove Random Capitalisation.
[description]: Likewise. Define ‘PPD’.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cups.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm index 2fedd3a170..d365587022 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. |