iverilog: Update homepage link (#353626)

This commit is contained in:
Johannes Jöns
2024-11-04 18:41:12 +01:00
committed by GitHub
+1 -1
View File
@@ -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;