treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ xalanc xercesc openssl ];
|
||||
|
||||
meta = {
|
||||
homepage = http://santuario.apache.org/;
|
||||
homepage = "http://santuario.apache.org/";
|
||||
description = "C++ Implementation of W3C security standards for XML";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user