mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 15:02:55 +01:00
gnu: giblib: Use archived home page.
* gnu/packages/image.scm (giblib)[home-page]: Use Web Archive snapshot.
This commit is contained in:
parent
1a04595498
commit
30e8cf5f22
1 changed files with 5 additions and 1 deletions
|
@ -917,7 +917,11 @@ more modular, simple, and flexible.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("libx11" ,libx11)
|
`(("libx11" ,libx11)
|
||||||
("imlib2" ,imlib2)))
|
("imlib2" ,imlib2)))
|
||||||
(home-page "http://linuxbrit.co.uk/software/") ; no real home-page
|
(home-page
|
||||||
|
;; This vanished page is universally accepted as giblib's home despite not
|
||||||
|
;; mentioning the package once.
|
||||||
|
(string-append "https://web.archive.org/web/20140907071208"
|
||||||
|
"https://linuxbrit.co.uk/software/"))
|
||||||
(synopsis "Wrapper library for imlib2")
|
(synopsis "Wrapper library for imlib2")
|
||||||
(description
|
(description
|
||||||
"Giblib is a simple library which wraps imlib2's context API, avoiding
|
"Giblib is a simple library which wraps imlib2's context API, avoiding
|
||||||
|
|
Loading…
Add table
Reference in a new issue