mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: btor2tools: Use HTTPS home page.
* gnu/packages/maths.scm (btor2tools)[home-page]: Use HTTPS.
This commit is contained in:
@@ -7757,7 +7757,7 @@ generic reader and writer API.")
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(invoke "sh" "test/runtests.sh")))))))
|
||||
(home-page "http://boolector.github.io/")
|
||||
(home-page "https://boolector.github.io")
|
||||
(synopsis "Parser for BTOR2 format")
|
||||
(description "This package provides a parser for the BTOR2 format used by
|
||||
Boolector.")
|
||||
|
||||
Reference in New Issue
Block a user