guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: ecl-trivial-features: Use HTTPS home page.


From: guix-commits
Subject: 06/09: gnu: ecl-trivial-features: Use HTTPS home page.
Date: Sun, 23 Feb 2020 11:57:05 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit aec92d0be43ccb50735a1916fc8be63520b44bd8
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:24:39 2020 +0100

    gnu: ecl-trivial-features: Use HTTPS home page.
    
    * gnu/packages/lisp-xyz.scm (ecl-trivial-features)[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 897980a..7afd409 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1132,7 +1132,7 @@ utilities that make it even easier to manipulate text in 
Common Lisp.  It has
         (base32 "0ccv7dqyrk55xga78i5vzlic7mdwp28in3g1a8fqhlk6626scsq9"))))
     (build-system asdf-build-system/sbcl)
     (arguments '(#:tests? #f))
-    (home-page "http://cliki.net/trivial-features";)
+    (home-page "https://cliki.net/trivial-features";)
     (synopsis "Ensures consistency of @code{*FEATURES*} in Common Lisp")
     (description "Trivial-features ensures that @code{*FEATURES*} is
 consistent across multiple Common Lisp implementations.")



reply via email to

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