treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Excellent MS Word filter lib, used in most Office suites";
|
||||
license = stdenv.lib.licenses.lgpl2;
|
||||
homepage = http://wvware.sourceforge.net;
|
||||
homepage = "http://wvware.sourceforge.net";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user