gnu: kakoune: Use HTTPS home page.

* gnu/packages/text-editors.scm (kakoune)[home-page]: Use HTTPS.
This commit is contained in:
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

View file

@ -147,7 +147,7 @@ (define-public kakoune
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