Unverified Commit 626b80e5 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

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

parents 413a3b11 b9860346
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
  };