Unverified Commit 249bd4e7 authored by Anthony Roussel's avatar Anthony Roussel
Browse files

vips: fix meta.homepage

parent 0f160365
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ stdenv.mkDerivation (finalAttrs: {

  meta = with lib; {
    changelog = "https://github.com/libvips/libvips/blob/${finalAttrs.src.rev}/ChangeLog";
    homepage = "https://libvips.github.io/libvips/";
    homepage = "https://www.libvips.org/";
    description = "Image processing system for large images";
    license = licenses.lgpl2Plus;
    maintainers = with maintainers; [ kovirobi ];