treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -131,7 +131,7 @@ stdenv.mkDerivation (rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = https://www.gnu.org/software/coreutils/;
|
||||
homepage = "https://www.gnu.org/software/coreutils/";
|
||||
description = "The basic file, shell and text manipulation utilities of the GNU operating system";
|
||||
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user