diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:53:50 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-02 21:46:27 +0100 |
commit | b4034d1bc4d8134d08bb7b33949c1a39698f1890 (patch) | |
tree | 6d84418b9bdc0d9461b0df25bcdf6030424d3b1a | |
parent | 711ebe771e052bf6b7ea984cd9bb614f537a0e4b (diff) | |
download | patches-b4034d1bc4d8134d08bb7b33949c1a39698f1890.tar patches-b4034d1bc4d8134d08bb7b33949c1a39698f1890.tar.gz |
gnu: ecl-clunit: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (ecl-clunit)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 2 |
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)))) |