treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ boost doxygen gperf librevenge libxml2 perl ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://wiki.documentfoundation.org/DLP/Libraries/libabw;
|
||||
homepage = "https://wiki.documentfoundation.org/DLP/Libraries/libabw";
|
||||
description = "Library parsing abiword documents";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.mpl20;
|
||||
|
||||
Reference in New Issue
Block a user