mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: btor2tools: Use HTTPS home page.
* gnu/packages/maths.scm (btor2tools)[home-page]: Use HTTPS.
This commit is contained in:
parent
86e95b2205
commit
69c3a06a1c
1 changed files with 1 additions and 1 deletions
|
@ -7757,7 +7757,7 @@ (define-public btor2tools
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
(invoke "sh" "test/runtests.sh")))))))
|
(invoke "sh" "test/runtests.sh")))))))
|
||||||
(home-page "http://boolector.github.io/")
|
(home-page "https://boolector.github.io")
|
||||||
(synopsis "Parser for BTOR2 format")
|
(synopsis "Parser for BTOR2 format")
|
||||||
(description "This package provides a parser for the BTOR2 format used by
|
(description "This package provides a parser for the BTOR2 format used by
|
||||||
Boolector.")
|
Boolector.")
|
||||||
|
|
Loading…
Reference in a new issue