treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -7,7 +7,7 @@ else
|
||||
stdenv.mkDerivation {
|
||||
name = "ocaml${ocaml.version}-reactiveData-0.2.2";
|
||||
src = fetchurl {
|
||||
url = https://github.com/ocsigen/reactiveData/archive/0.2.2.tar.gz;
|
||||
url = "https://github.com/ocsigen/reactiveData/archive/0.2.2.tar.gz";
|
||||
sha256 = "0jzagyp4zla28wykvcgqwd8df71ir0vb4s8akp02cfacd5v86sng";
|
||||
};
|
||||
|
||||
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "An OCaml module for functional reactive programming (FRP) based on React";
|
||||
homepage = https://github.com/ocsigen/reactiveData;
|
||||
homepage = "https://github.com/ocsigen/reactiveData";
|
||||
license = licenses.lgpl21;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
maintainers = with maintainers; [ vbgl ];
|
||||
|
||||
Reference in New Issue
Block a user