guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: linux-libre: Fix home-page url.


From: Efraim Flashner
Subject: 01/02: gnu: linux-libre: Fix home-page url.
Date: Fri, 2 Feb 2018 05:18:31 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit f8aa265e08eee1ed80d4f77f7a730520662213d4
Author: Efraim Flashner <address@hidden>
Date:   Wed Jan 31 19:55:21 2018 +0200

    gnu: linux-libre: Fix home-page url.
    
    * gnu/packages/linux.scm (linux-libre)[home-page]: Remove duplicate
    forward slash.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 346b481..46dd61a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -368,7 +368,7 @@ for ARCH and optionally VARIANT, or #f if there is no such 
configuration."
                                "INSTALL_MOD_STRIP=1"
                                "modules_install"))))))
        #:tests? #f))
-    (home-page "https://www.gnu.org/software/linux-libre//";)
+    (home-page "https://www.gnu.org/software/linux-libre/";)
     (synopsis "100% free redistribution of a cleaned Linux kernel")
     (description
      "GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel.



reply via email to

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