treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
createFindlibDestdir = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/tategakibunko/jingoo;
|
||||
homepage = "https://github.com/tategakibunko/jingoo";
|
||||
description = "OCaml template engine almost compatible with jinja2";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.ericbmerritt ];
|
||||
|
||||
Reference in New Issue
Block a user