mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
iverilog: Update homepage link
Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
14e770eef7
commit
8b274c8054
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user