~ruther/guix-local

69c3a06a1c81fa535539a85bc2dc2b61d001e39b — Tobias Geerinckx-Rice 3 years ago 86e95b2
gnu: btor2tools: Use HTTPS home page.

* gnu/packages/maths.scm (btor2tools)[home-page]: Use HTTPS.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +1 -1
@@ 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.")