gnu: iverilog: Update home page.

* gnu/packages/fpga.scm (iverilog) [home-page]: Add a trailing slash to please
'guix lint'.

Change-Id: I89d742950f5d55f8b3ce6d221b1337242a01649f
This commit is contained in:
Maxim Cournoyer 2024-11-12 14:29:03 +09:00
parent 98e470d0a5
commit 708313bf3e
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -128,7 +128,7 @@ formal verification.")
#:bootstrap-scripts #~(list "autoconf.sh")))
(native-inputs (list autoconf bison flex gperf))
(inputs (list zlib))
(home-page "https://steveicarus.github.io/iverilog")
(home-page "https://steveicarus.github.io/iverilog/")
(synopsis "FPGA Verilog simulation and synthesis tool")
(description
"Icarus Verilog is a Verilog simulation and synthesis tool.