summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml/merlin/default.nix
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2017-10-24 14:47:43 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2017-10-24 14:47:43 +0200
commit5621b77a33b311e82c8870f6872a2beffef9dbd0 (patch)
tree1d561826278871fa8c065ff84cdadc0922cb758b /pkgs/development/tools/ocaml/merlin/default.nix
parent658335d6a88b623ab926dea99425e2716afa7f4e (diff)
parent322fa6b06cfbe66ef1bc12b1bfd5fd37d63cbf87 (diff)
downloadnixpkgs-5621b77a33b311e82c8870f6872a2beffef9dbd0.tar
nixpkgs-5621b77a33b311e82c8870f6872a2beffef9dbd0.tar.gz
nixpkgs-5621b77a33b311e82c8870f6872a2beffef9dbd0.tar.bz2
nixpkgs-5621b77a33b311e82c8870f6872a2beffef9dbd0.tar.lz
nixpkgs-5621b77a33b311e82c8870f6872a2beffef9dbd0.tar.xz
nixpkgs-5621b77a33b311e82c8870f6872a2beffef9dbd0.tar.zst
nixpkgs-5621b77a33b311e82c8870f6872a2beffef9dbd0.zip
Merge branch 'master' into staging
Diffstat (limited to 'pkgs/development/tools/ocaml/merlin/default.nix')
-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 3d5a13c7e0c..904e070e511 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 ];
   };