summaryrefslogtreecommitdiff
path: root/gnu/packages/lisp-xyz.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 21:53:50 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-02 21:46:27 +0100
commitb4034d1bc4d8134d08bb7b33949c1a39698f1890 (patch)
tree6d84418b9bdc0d9461b0df25bcdf6030424d3b1a /gnu/packages/lisp-xyz.scm
parent711ebe771e052bf6b7ea984cd9bb614f537a0e4b (diff)
downloadguix-patches-b4034d1bc4d8134d08bb7b33949c1a39698f1890.tar
guix-patches-b4034d1bc4d8134d08bb7b33949c1a39698f1890.tar.gz
gnu: ecl-clunit: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (ecl-clunit)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r--gnu/packages/lisp-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 0195698887..d45f0ede90 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4897,7 +4897,7 @@ port within a range.")
to be easy to use so that you can quickly start testing. CLUnit
provides a rich set of features aimed at improving your unit testing
experience.")
- (home-page "http://tgutu.github.io/clunit/")
+ (home-page "https://tgutu.github.io/clunit/")
;; MIT License
(license license:expat))))