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

iverilog: Update homepage link (#353626)

parents 464adc0e 8b274c80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ stdenv.mkDerivation rec {

  meta = with lib; {
    description = "Icarus Verilog compiler";
    homepage    = "http://iverilog.icarus.com/";  # https does not work
    homepage    = "https://steveicarus.github.io/iverilog";
    license     = with licenses; [ gpl2Plus lgpl21Plus ];
    maintainers = with maintainers; [ thoughtpolice ];
    platforms   = platforms.all;