guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/10: gnu: ecl-clunit: Use HTTPS home page.


From: guix-commits
Subject: 10/10: gnu: ecl-clunit: Use HTTPS home page.
Date: Mon, 2 Mar 2020 15:48:05 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b4034d1bc4d8134d08bb7b33949c1a39698f1890
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:53:50 2020 +0100

    gnu: ecl-clunit: Use HTTPS home page.
    
    * gnu/packages/lisp-xyz.scm (ecl-clunit)[home-page]: Use HTTPS.
---
 gnu/packages/lisp-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 0195698..d45f0ed 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))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]