apteryx pushed a commit to branch master
in repository guix.

commit 708313bf3e7e1dcf7898a5e7e11881749cfab2d1
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Nov 12 14:29:03 2024 +0900

    gnu: iverilog: Update home page.
    
    * gnu/packages/fpga.scm (iverilog) [home-page]: Add a trailing slash to 
please
    'guix lint'.
    
    Change-Id: I89d742950f5d55f8b3ce6d221b1337242a01649f
---
 gnu/packages/fpga.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index c3b6030fb1..e69169b980 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -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.

Reply via email to