gnu: boolector: Use HTTPS home page.

* gnu/packages/maths.scm (boolector)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-09 02:00:01 +02:00
parent 4920d11ec1
commit 86e95b2205
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -6133,7 +6133,7 @@ (define-public boolector
(inputs (list btor2tools
boost cryptominisat louvain-community sqlite))
(native-inputs (list googletest pkg-config python-wrapper))
(home-page "http://boolector.github.io/")
(home-page "https://boolector.github.io")
(synopsis "Bitvector-based theory solver")
(description "Boolector is a @acronym{SMT, satisfiability modulo theories}
solver for the theories of fixed-size bit-vectors, arrays and uninterpreted