summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-07-09 02:00:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-07-09 02:00:01 +0200
commit86e95b2205742e1204d174ce9156742a4c39776b (patch)
tree8626d7052c9da75ed3ba916d68ca6493a85c9b5b
parent4920d11ec12c055d3d0a630059b599228617ef5b (diff)
downloadguix-86e95b2205742e1204d174ce9156742a4c39776b.tar.gz
gnu: boolector: Use HTTPS home page.
* gnu/packages/maths.scm (boolector)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/maths.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index b9b63c81c1..25eca2135e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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