summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-07-09 02:00:02 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-07-09 02:00:09 +0200
commit69c3a06a1c81fa535539a85bc2dc2b61d001e39b (patch)
tree60e8daada303b5a122c175629f7486c48a17b2fa /gnu/packages/maths.scm
parent86e95b2205742e1204d174ce9156742a4c39776b (diff)
gnu: btor2tools: Use HTTPS home page.
* gnu/packages/maths.scm (btor2tools)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/maths.scm')
-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 25eca2135e..03f8a56ea0 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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.")