diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-26 01:50:50 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-26 02:30:52 +0200 |
commit | 21c51ebd66faa0b47f0be223d97c3a371346f54b (patch) | |
tree | 3bd100f8552aca2548b934ccf55ced3c467f4986 | |
parent | b17004f9f9541acbd07b45e35222e431427bfde0 (diff) | |
download | guix-21c51ebd66faa0b47f0be223d97c3a371346f54b.tar guix-21c51ebd66faa0b47f0be223d97c3a371346f54b.tar.gz |
gnu: hplip: Update home page.
* gnu/packages/cups.scm (hplip)[home-page]: Follow its permanent
redirection.
-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 89930874d8..4259648c69 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -412,7 +412,7 @@ device-specific programs to convert and print many types of files.") (("boolean") "bool")) #t)))) (build-system gnu-build-system) - (home-page "http://hplipopensource.com/") + (home-page "https://developers.hp.com/hp-linux-imaging-and-printing") (synopsis "HP printer drivers") (description "Hewlett-Packard printer drivers and PostScript Printer Descriptions |