treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -50,7 +50,7 @@ stdenv.mkDerivation {
|
||||
&& !stdenv.isSunOS; # flaky
|
||||
|
||||
meta = {
|
||||
homepage = https://www.gnu.org/software/texinfo/;
|
||||
homepage = "https://www.gnu.org/software/texinfo/";
|
||||
description = "The GNU documentation system";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user