me
/
guix
Archived
1
0
Fork 0

gnu: ecl-clunit: Use HTTPS home page.

* gnu/packages/lisp-xyz.scm (ecl-clunit)[home-page]: Use HTTPS.
master
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
1 changed files with 1 additions and 1 deletions

View File

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