treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
PERL = if stdenv.hostPlatform == stdenv.buildPlatform then null else "missing";
|
||||
|
||||
meta = {
|
||||
homepage = https://www.gnu.org/software/sed/;
|
||||
homepage = "https://www.gnu.org/software/sed/";
|
||||
description = "GNU sed, a batch stream editor";
|
||||
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user