gnu: linux-libre: Fix home-page url.

* gnu/packages/linux.scm (linux-libre)[home-page]: Remove duplicate
forward slash.
This commit is contained in:
Efraim Flashner 2018-01-31 19:55:21 +02:00
parent a3a932c008
commit f8aa265e08
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -368,7 +368,7 @@ (define* (make-linux-libre version hash supported-systems
"INSTALL_MOD_STRIP=1" "INSTALL_MOD_STRIP=1"
"modules_install")))))) "modules_install"))))))
#:tests? #f)) #: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") (synopsis "100% free redistribution of a cleaned Linux kernel")
(description (description
"GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel. "GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel.