diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-25 00:39:14 +0000 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-25 02:01:01 +0100 |
commit | ac97dce1d24e3c986c580a76148deafdf52fccdb (patch) | |
tree | 87c3627bc0ad374f77e33c1c51124475a0cb883f /gnu/packages/check.scm | |
parent | a431b035008e5fe1ea844f743ff993cb56c7795e (diff) | |
download | guix-ac97dce1d24e3c986c580a76148deafdf52fccdb.tar guix-ac97dce1d24e3c986c580a76148deafdf52fccdb.tar.gz |
gnu: check, llvm: Use HTTPS for llvm.org home pages.
* gnu/packages/check.scm (python-lit)[home-page]: Use HTTPS.
* gnu/packages/llvm.scm (llvm, clang, clang-runtime)[home-page]: Likewise.
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r-- | gnu/packages/check.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 3c971ad839..e1e90b6668 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1213,7 +1213,7 @@ seamlessly into your existing Python unit testing work flow.") (base32 "0z651m3vkbk85y41larnsjxrszkbi58x9gzml3lb6ga7qwcrsg97")))) (build-system python-build-system) - (home-page "http://llvm.org/") + (home-page "https://llvm.org/") (synopsis "LLVM Software Testing Tool") (description "@code{lit} is a portable tool for executing LLVM and Clang style test suites, summarizing their results, and providing indication of |