agg: update homepage to a live one

This commit is contained in:
Jo
2026-01-30 07:11:37 +01:00
committed by GitHub
parent 80a18658b8
commit b986034681
+1 -1
View File
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
'';
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
};