mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -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
|
editing language\" model. Kakoune has a strong focus on interactivity, most
|
||||||
commands provide immediate and incremental results, while still being
|
commands provide immediate and incremental results, while still being
|
||||||
competitive (as in keystroke count) with Vim.")
|
competitive (as in keystroke count) with Vim.")
|
||||||
(home-page "http://kakoune.org/")
|
(home-page "https://kakoune.org/")
|
||||||
(license license:unlicense)))
|
(license license:unlicense)))
|
||||||
|
|
||||||
(define-public joe
|
(define-public joe
|
||||||
|
|
Loading…
Reference in a new issue