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

* gnu/packages/linux.scm (linux-libre)[home-page]: Remove duplicate
forward slash.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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.