summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 23:31:00 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-14 22:01:40 +0100
commit30e8cf5f22ca148f345abcc6bdcf4c550192e891 (patch)
treea690b604f14c0aa221e8457a6c70a8c621f071c8
parent1a04595498ff2b26048005bca6dcff783149e9ff (diff)
downloadpatches-30e8cf5f22ca148f345abcc6bdcf4c550192e891.tar
patches-30e8cf5f22ca148f345abcc6bdcf4c550192e891.tar.gz
gnu: giblib: Use archived home page.
* gnu/packages/image.scm (giblib)[home-page]: Use Web Archive snapshot.
-rw-r--r--gnu/packages/image.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index aaa2a6e2d0..fffc1e0cec 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -917,7 +917,11 @@ more modular, simple, and flexible.")
(inputs
`(("libx11" ,libx11)
("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")
(description
"Giblib is a simple library which wraps imlib2's context API, avoiding