treewide: remove redundant quotes
This commit is contained in:
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "An OCaml library providing efficient access to a selection of character properties of the Unicode character database";
|
||||
homepage = "${webpage}";
|
||||
homepage = webpage;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.vbgl ];
|
||||
|
||||
Reference in New Issue
Block a user