Archived
1
0
Fork 0

gnu: ecl-clunit: Use HTTPS home page.

* gnu/packages/lisp-xyz.scm (ecl-clunit)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 21:53:50 +01:00
parent 711ebe771e
commit b4034d1bc4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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))))