agg: update homepage to a live one (#485242)

This commit is contained in:
Yohann Boniface
2026-01-30 14:36:36 +00:00
committed by GitHub
+1 -1
View File
@@ -75,7 +75,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
license = lib.licenses.gpl2Plus;
homepage = "http://www.antigrain.com/";
homepage = "https://agg.sourceforge.net/antigrain.com/index.html";
platforms = lib.platforms.unix;
hydraPlatforms = lib.platforms.linux; # build hangs on both Darwin platforms, needs investigation
};