mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: kakoune: Use HTTPS home page.
* gnu/packages/text-editors.scm (kakoune)[home-page]: Use HTTPS.
This commit is contained in:
parent
b38827096f
commit
2740549754
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue