guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/12: gnu: boolector: Use HTTPS home page.


From: guix-commits
Subject: 03/12: gnu: boolector: Use HTTPS home page.
Date: Fri, 14 Jul 2023 19:11:33 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 86e95b2205742e1204d174ce9156742a4c39776b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 9 02:00:01 2023 +0200

    gnu: boolector: Use HTTPS home page.
    
    * gnu/packages/maths.scm (boolector)[home-page]: Use HTTPS.
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]