gnu: kakoune: Use HTTPS home page.

* gnu/packages/text-editors.scm (kakoune)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2018-09-10 20:47:05 +02:00
parent b38827096f
commit 2740549754
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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