guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/09: gnu: giblib: Use archived home page.


From: guix-commits
Subject: 08/09: gnu: giblib: Use archived home page.
Date: Sat, 14 Mar 2020 17:03:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 30e8cf5f22ca148f345abcc6bdcf4c550192e891
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 23:31:00 2020 +0100

    gnu: giblib: Use archived home page.
    
    * gnu/packages/image.scm (giblib)[home-page]: Use Web Archive snapshot.
---
 gnu/packages/image.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index aaa2a6e..fffc1e0 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]