mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: abc: Use HTTPS home page.
* gnu/packages/fpga.scm (abc)[home-page]: Use HTTPS.
This commit is contained in:
parent
2e5044cfe4
commit
3bc9f9e77a
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ (define-public abc
|
|||
(let* ((out (assoc-ref outputs "out"))
|
||||
(out-bin (string-append out "/bin")))
|
||||
(install-file "abc" out-bin)))))))
|
||||
(home-page "http://people.eecs.berkeley.edu/~alanmi/abc/")
|
||||
(home-page "https://people.eecs.berkeley.edu/~alanmi/abc/")
|
||||
(synopsis "Sequential logic synthesis and formal verification")
|
||||
(description "ABC is a program for sequential logic synthesis and
|
||||
formal verification.")
|
||||
|
|
Loading…
Reference in a new issue