guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: kakoune: Use HTTPS home page.


From: Tobias Geerinckx-Rice
Subject: 03/03: gnu: kakoune: Use HTTPS home page.
Date: Mon, 10 Sep 2018 16:56:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2740549754f9d3d8ed1c3168d43ab820785cc5d7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Sep 10 20:47:05 2018 +0200

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

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index d344ebd..0c60d20 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -147,7 +147,7 @@ commands are similar to Vi's ones, and it shares Vi's 
\"keystrokes as a text
 editing language\" model.  Kakoune has a strong focus on interactivity, most
 commands provide immediate and incremental results, while still being
 competitive (as in keystroke count) with Vim.")
-    (home-page "http://kakoune.org/";)
+    (home-page "https://kakoune.org/";)
     (license license:unlicense)))
 
 (define-public joe



reply via email to

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