vips: fix meta.homepage

This commit is contained in:
Anthony Roussel
2023-11-12 13:34:24 +01:00
parent 0f160365c0
commit 249bd4e707
+1 -1
View File
@@ -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 ];