ocamlPackages.camlimages_4_1: fix meta
I should have changed meta.branch in70e33e3ae3
("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:70e33e3ae3
("glsurf: use current giflib")
This commit is contained in:
parent
760c0428cb
commit
892d3fd7a0
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue