mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: foo2zjs: Use archived home page.
* gnu/packages/cups.scm (foo2zjs)[home-page]: Link to the Web Archive'd URL.
This commit is contained in:
parent
90c524c94e
commit
407594d21b
1 changed files with 3 additions and 1 deletions
|
@ -852,7 +852,9 @@ (define-public foo2zjs
|
|||
(native-inputs
|
||||
`(("bc" ,bc)
|
||||
("groff" ,groff)))
|
||||
(home-page "http://foo2zjs.rkkda.com/")
|
||||
;; The domain has expired and no one has meaningfully taken up the torch.
|
||||
(home-page (string-append "https://web.archive.org/web/20210129024712/"
|
||||
"http://foo2zjs.rkkda.com/"))
|
||||
(synopsis "Printer driver for ZjStream-based printers")
|
||||
(description
|
||||
"foo2zjs is a printer driver for printers that use the Zenographics
|
||||
|
|
Loading…
Reference in a new issue