diff --git a/pkgs/development/ocaml-modules/camlimages/4.1.2.nix b/pkgs/development/ocaml-modules/camlimages/4.1.2.nix index 437cb84d15d3..dba303afdf24 100644 --- a/pkgs/development/ocaml-modules/camlimages/4.1.2.nix +++ b/pkgs/development/ocaml-modules/camlimages/4.1.2.nix @@ -28,8 +28,8 @@ stdenv.mkDerivation rec { ''; meta = with lib; { - branch = "4.0"; - homepage = "https://bitbucket.org/camlspotter/camlimages"; + branch = "4.1"; + homepage = "https://gitlab.com/camlspotter/camlimages"; description = "OCaml image processing library"; license = licenses.lgpl2; maintainers = [ maintainers.vbgl ];