treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://brianstafford.info/libesmtp/index.html;
|
||||
homepage = "http://brianstafford.info/libesmtp/index.html";
|
||||
description = "A Library for Posting Electronic Mail";
|
||||
license = licenses.lgpl21;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user