treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -67,7 +67,7 @@ in stdenv.mkDerivation (rec {
|
||||
doCheck = true; # not cross
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.gnupg.org/related_software/libgpg-error/index.html;
|
||||
homepage = "https://www.gnupg.org/related_software/libgpg-error/index.html";
|
||||
description = "A small library that defines common error values for all GnuPG components";
|
||||
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user