ocamlPackages.camlimages_4_1: fix meta

I should have changed meta.branch in 70e33e3ae34 ("glsurf: use current giflib"),
but I overlooked it.

The bitbucket URL doesn't seem to exist any more, so I've updated the
homepage to the GitLab repository we fetch the sources from.

Fixes: 70e33e3ae34 ("glsurf: use current giflib")

authored by

Alyssa Ross and committed by
sterni
892d3fd7 760c0428

+2 -2
+2 -2
pkgs/development/ocaml-modules/camlimages/4.1.2.nix
··· 28 28 ''; 29 29 30 30 meta = with lib; { 31 - branch = "4.0"; 32 - homepage = "https://bitbucket.org/camlspotter/camlimages"; 31 + branch = "4.1"; 32 + homepage = "https://gitlab.com/camlspotter/camlimages"; 33 33 description = "OCaml image processing library"; 34 34 license = licenses.lgpl2; 35 35 maintainers = [ maintainers.vbgl ];