treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=implicit-fallthrough";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://libwps.sourceforge.net/;
|
||||
homepage = "http://libwps.sourceforge.net/";
|
||||
description = "Microsoft Works document format import filter library";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.lgpl21;
|
||||
|
||||
Reference in New Issue
Block a user