summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2018-12-27 15:18:07 +0200
committerEfraim Flashner <efraim@flashner.co.il>2018-12-27 15:34:02 +0200
commit3d6bc5af91b522a81e3b157b1dfefa66d9e7adf8 (patch)
tree760206ea9b18d9e12f06b3f4bd074eea57fbf4a5
parent83541fb678d0d5428cffdb968092514b64b260e4 (diff)
gnu: vim: Use https.
* gnu/packages/vim.scm (vim)[home-page]: Use https.
-rw-r--r--gnu/packages/vim.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index ecce4e0ae63..5d782ba3db0 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -103,7 +103,7 @@
103 ("ncurses" ,ncurses) 103 ("ncurses" ,ncurses)
104 ("perl" ,perl) 104 ("perl" ,perl)
105 ("tcsh" ,tcsh))) ; For runtime/tools/vim32 105 ("tcsh" ,tcsh))) ; For runtime/tools/vim32
106 (home-page "http://www.vim.org/") 106 (home-page "https://www.vim.org/")
107 (synopsis "Text editor based on vi") 107 (synopsis "Text editor based on vi")
108 (description 108 (description
109 "Vim is a highly configurable text editor built to enable efficient text 109 "Vim is a highly configurable text editor built to enable efficient text