me
/
guix
Archived
1
0
Fork 0

gnu: abc: Use HTTPS home page.

* gnu/packages/fpga.scm (abc)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2020-01-18 19:20:30 +01:00
parent 2e5044cfe4
commit 3bc9f9e77a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
(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.")