iverilog: Update homepage link

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer 2024-11-04 11:40:04 +01:00
parent 14e770eef7
commit 8b274c8054

View File

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