treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.coherentpdf.com/;
|
||||
homepage = "https://www.coherentpdf.com/";
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
description = "PDF Command Line Tools";
|
||||
license = licenses.unfree;
|
||||
|
||||
Reference in New Issue
Block a user