nckx pushed a commit to branch master
in repository guix.

commit 7077ac80caec9d8421cffe2caf7aebcb191de324
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Thu Jul 9 16:33:38 2020 +0200

    gnu: giblib: Fix typo in home page URI.
    
    * gnu/packages/image.scm (giblib)[home-page]: Fix typo.
---
 gnu/packages/image.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 865fab1..75b24ec 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -996,7 +996,7 @@ more modular, simple, and flexible.")
     (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";
+     (string-append "https://web.archive.org/web/20140907071208/";
                     "https://linuxbrit.co.uk/software/";))
     (synopsis "Wrapper library for imlib2")
     (description

Reply via email to