guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: ecl-clx: Use HTTPS home page.


From: guix-commits
Subject: 05/08: gnu: ecl-clx: Use HTTPS home page.
Date: Fri, 21 Feb 2020 18:18:37 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit f0db77796b372e0375bdb8f6a96f77f3c374546c
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:13:14 2020 +0100

    gnu: ecl-clx: Use HTTPS home page.
    
    * gnu/packages/lisp-xyz.scm (ecl-clx)[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 0ed074b..114a83e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -603,7 +603,7 @@ files.")
     (build-system asdf-build-system/sbcl)
     (native-inputs
      `(("fiasco" ,sbcl-fiasco)))
-    (home-page "http://www.cliki.net/portable-clx";)
+    (home-page "https://www.cliki.net/portable-clx";)
     (synopsis "X11 client library for Common Lisp")
     (description "CLX is an X11 client library for Common Lisp.  The code was
 originally taken from a CMUCL distribution, was modified somewhat in order to



reply via email to

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