treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
inherit (dune) installPhase;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://mmottl.github.io/lacaml;
|
||||
homepage = "http://mmottl.github.io/lacaml";
|
||||
description = "OCaml bindings for BLAS and LAPACK";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
|
||||
Reference in New Issue
Block a user