gnu: ecl-clunit: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (ecl-clunit)[home-page]: Use HTTPS.
This commit is contained in:
parent
711ebe771e
commit
b4034d1bc4
1 changed files with 1 additions and 1 deletions
|
@ -4897,7 +4897,7 @@ port within a range.")
|
||||||
to be easy to use so that you can quickly start testing. CLUnit
|
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
|
provides a rich set of features aimed at improving your unit testing
|
||||||
experience.")
|
experience.")
|
||||||
(home-page "http://tgutu.github.io/clunit/")
|
(home-page "https://tgutu.github.io/clunit/")
|
||||||
;; MIT License
|
;; MIT License
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
|
|
Reference in a new issue