gnu: linux-libre: Fix home-page url.
* gnu/packages/linux.scm (linux-libre)[home-page]: Remove duplicate forward slash.master
parent
a3a932c008
commit
f8aa265e08
|
@ -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.
|
||||
|
|
Reference in New Issue