Unverified Commit b9860346 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

agg: update homepage to a live one

parent 80a18658
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
  };