mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: yosys: Update source and home-page URLs.
* gnu/packages/fpga.scm (yosys)[source]: Update source-repository URL. [home-page]: Update URL. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
3729172728
commit
535c61ccc3
1 changed files with 2 additions and 2 deletions
|
@ -141,7 +141,7 @@ (define-public yosys
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/cliffordwolf/yosys")
|
(url "https://github.com/YosysHQ/yosys")
|
||||||
(commit (string-append "yosys-" version))
|
(commit (string-append "yosys-" version))
|
||||||
(recursive? #t))) ; for the ‘iverilog’ submodule
|
(recursive? #t))) ; for the ‘iverilog’ submodule
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -223,7 +223,7 @@ (define-public yosys
|
||||||
abc))
|
abc))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list z3)) ; should be in path for yosys-smtbmc
|
(list z3)) ; should be in path for yosys-smtbmc
|
||||||
(home-page "http://www.clifford.at/yosys/")
|
(home-page "https://yosyshq.net/yosys/")
|
||||||
(synopsis "FPGA Verilog RTL synthesizer")
|
(synopsis "FPGA Verilog RTL synthesizer")
|
||||||
(description "Yosys synthesizes Verilog-2005.")
|
(description "Yosys synthesizes Verilog-2005.")
|
||||||
(license license:isc)))
|
(license license:isc)))
|
||||||
|
|
Loading…
Reference in a new issue