treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "PDF converter to SVG format";
|
||||
homepage = http://www.cityinthesky.co.uk/opensource/pdf2svg;
|
||||
homepage = "http://www.cityinthesky.co.uk/opensource/pdf2svg";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.ianwookim ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user