treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -13,7 +13,7 @@ buildDunePackage rec {
|
||||
doCheck = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/johnwhitington/ppx_blob;
|
||||
homepage = "https://github.com/johnwhitington/ppx_blob";
|
||||
description = "OCaml ppx to include binary data from a file as a string";
|
||||
license = licenses.unlicense;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user