treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
||||
doInstallCheck = false; # fails
|
||||
|
||||
meta = {
|
||||
homepage = https://www.gnu.org/software/tar/;
|
||||
homepage = "https://www.gnu.org/software/tar/";
|
||||
description = "GNU implementation of the `tar' archiver";
|
||||
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user