diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:31:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-14 22:01:40 +0100 |
commit | 30e8cf5f22ca148f345abcc6bdcf4c550192e891 (patch) | |
tree | a690b604f14c0aa221e8457a6c70a8c621f071c8 /gnu/packages/image.scm | |
parent | 1a04595498ff2b26048005bca6dcff783149e9ff (diff) | |
download | patches-30e8cf5f22ca148f345abcc6bdcf4c550192e891.tar patches-30e8cf5f22ca148f345abcc6bdcf4c550192e891.tar.gz |
gnu: giblib: Use archived home page.
* gnu/packages/image.scm (giblib)[home-page]: Use Web Archive snapshot.
Diffstat (limited to 'gnu/packages/image.scm')
-rw-r--r-- | gnu/packages/image.scm | 6 |
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 |