guix-commits
[Top][All Lists]
Advanced

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

01/15: gnu: giblib: Fix typo in home page URI.


From: guix-commits
Subject: 01/15: gnu: giblib: Fix typo in home page URI.
Date: Thu, 9 Jul 2020 13:58:04 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7077ac80caec9d8421cffe2caf7aebcb191de324
Author: Tobias Geerinckx-Rice <me@tobias.gr>
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

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