treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.gnu.org/software/gawk/;
|
||||
homepage = "https://www.gnu.org/software/gawk/";
|
||||
description = "GNU implementation of the Awk programming language";
|
||||
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user