about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-10-22 22:14:38 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-10-22 22:14:38 +0000
commitfe41e1763153583fc956876872d27da9e017db41 (patch)
tree674e4bc7540566d941093beff2a06f8c8258ef09 /pkgs
parent4068703502cb2948d09bc419d19e25b1e18502e2 (diff)
downloadnixlib-fe41e1763153583fc956876872d27da9e017db41.tar
nixlib-fe41e1763153583fc956876872d27da9e017db41.tar.gz
nixlib-fe41e1763153583fc956876872d27da9e017db41.tar.bz2
nixlib-fe41e1763153583fc956876872d27da9e017db41.tar.lz
nixlib-fe41e1763153583fc956876872d27da9e017db41.tar.xz
nixlib-fe41e1763153583fc956876872d27da9e017db41.tar.zst
nixlib-fe41e1763153583fc956876872d27da9e017db41.zip
ocamlPackages.merlin: fix homepage URL
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/ocaml/merlin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/ocaml/merlin/default.nix b/pkgs/development/tools/ocaml/merlin/default.nix
index 3d5a13c7e0ce..904e070e5115 100644
--- a/pkgs/development/tools/ocaml/merlin/default.nix
+++ b/pkgs/development/tools/ocaml/merlin/default.nix
@@ -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 ];
   };