gnu: boolector: Use HTTPS home page.
* gnu/packages/maths.scm (boolector)[home-page]: Use HTTPS.master
parent
4920d11ec1
commit
86e95b2205
|
@ -6133,7 +6133,7 @@ find_package(louvain_communities)")
|
|||
(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
|
||||
|
|
Reference in New Issue