ocamlPackages.merlin: fix homepage URL

This commit is contained in:
Vincent Laporte 2017-10-22 22:14:38 +00:00
parent 4068703502
commit fe41e17631
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
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;
maintainers = [ maintainers.vbgl ];
};