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
|
@ -28,8 +28,8 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
branch = "4.0";
|
branch = "4.1";
|
||||||
homepage = "https://bitbucket.org/camlspotter/camlimages";
|
homepage = "https://gitlab.com/camlspotter/camlimages";
|
||||||
description = "OCaml image processing library";
|
description = "OCaml image processing library";
|
||||||
license = licenses.lgpl2;
|
license = licenses.lgpl2;
|
||||||
maintainers = [ maintainers.vbgl ];
|
maintainers = [ maintainers.vbgl ];
|
||||||
|
|
Loading…
Reference in New Issue