diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-18 18:32:50 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-19 00:08:40 +0100 |
commit | 61eba7271b2fee92743297a44b7caae8b5c52f90 (patch) | |
tree | dc3b8a427d3545721684d094164ba7b16c2908ba /gnu | |
parent | 12abf24c85a1b8ea503f2ac6b0f21165c98fd25a (diff) |
gnu: escpr: Use HTTPS, more relevant home page.
* gnu/packages/cups.scm (escpr)[home-page]: Use HTTPS.
Pre-set the OSC parameter most relevant to GNU.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cups.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm index 727af501e1..d1d6978758 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -793,7 +793,7 @@ HP@tie{}LaserJet, and possibly other printers. See @file{README} for details.") System} that offers high-quality printing with Seiko@tie{}Epson color ink jet printers. It can be used only with printers that support the Epson@tie{}ESC/P-R language.") - (home-page "http://download.ebz.epson.net/dsc/search/01/search") + (home-page "http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX") (license license:gpl2+))) (define-public splix |