me
/
guix
Archived
1
0
Fork 0

gnu: btor2tools: Use HTTPS home page.

* gnu/packages/maths.scm (btor2tools)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2023-07-09 02:00:02 +02:00
parent 86e95b2205
commit 69c3a06a1c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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.")