ocamlPackages.merlin: fix homepage URL
This commit is contained in:
parent
4068703502
commit
fe41e17631
|
@ -25,7 +25,7 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "An editor-independent tool to ease the development of programs in OCaml";
|
description = "An editor-independent tool to ease the development of programs in OCaml";
|
||||||
homepage = http://the-lambda-church.github.io/merlin/;
|
homepage = "https://github.com/ocaml/merlin";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.vbgl ];
|
maintainers = [ maintainers.vbgl ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue