From 892d3fd7a0c65637841574ee11a281d21eaa7155 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Thu, 22 Apr 2021 13:12:22 +0000 Subject: [PATCH] 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") --- pkgs/development/ocaml-modules/camlimages/4.1.2.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ];