From f8aa265e08eee1ed80d4f77f7a730520662213d4 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 31 Jan 2018 19:55:21 +0200 Subject: [PATCH] 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 346b481c50..46dd61a77c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -368,7 +368,7 @@ (define* (make-linux-libre version hash supported-systems "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.