treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Convert between any document format supported by LibreOffice/OpenOffice";
|
||||
homepage = http://dag.wieers.com/home-made/unoconv/;
|
||||
homepage = "http://dag.wieers.com/home-made/unoconv/";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.bjornfor ];
|
||||
|
||||
Reference in New Issue
Block a user