guix-commits
[Top][All Lists]
Advanced

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

08/14: gnu: idris: Use HTTPS home page.


From: guix-commits
Subject: 08/14: gnu: idris: Use HTTPS home page.
Date: Mon, 9 Mar 2020 11:01:45 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 17dea2e2798574d8bae4fc27a74cd694c6f9155c
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 23:03:13 2020 +0100

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

diff --git a/gnu/packages/idris.scm b/gnu/packages/idris.scm
index 4c6c5e1..14b1688 100644
--- a/gnu/packages/idris.scm
+++ b/gnu/packages/idris.scm
@@ -121,7 +121,7 @@
      (list (search-path-specification
             (variable "IDRIS_LIBRARY_PATH")
             (files '("lib/idris")))))
-    (home-page "http://www.idris-lang.org";)
+    (home-page "https://www.idris-lang.org";)
     (synopsis "General purpose language with full dependent types")
     (description "Idris is a general purpose language with full dependent
 types.  It is compiled, with eager evaluation.  Dependent types allow types to



reply via email to

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