diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-10 20:47:05 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-10 22:54:36 +0200 |
commit | 2740549754f9d3d8ed1c3168d43ab820785cc5d7 (patch) | |
tree | 805e82b144f27b654987de737b491ed5b1768f39 /gnu/packages/text-editors.scm | |
parent | b38827096f6c3229ed6bfbfda3eaa28d78f3cbaa (diff) | |
download | guix-2740549754f9d3d8ed1c3168d43ab820785cc5d7.tar guix-2740549754f9d3d8ed1c3168d43ab820785cc5d7.tar.gz |
gnu: kakoune: Use HTTPS home page.
* gnu/packages/text-editors.scm (kakoune)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/text-editors.scm')
-rw-r--r-- | gnu/packages/text-editors.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index d344ebdca0..0c60d202a3 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 |