treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -222,7 +222,7 @@ stdenv.mkDerivation ({
|
||||
doCheck = false; # fails
|
||||
|
||||
meta = {
|
||||
homepage = https://www.gnu.org/software/libc/;
|
||||
homepage = "https://www.gnu.org/software/libc/";
|
||||
description = "The GNU C Library";
|
||||
|
||||
longDescription =
|
||||
|
||||
Reference in New Issue
Block a user