diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-12-27 15:18:07 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-12-27 15:34:02 +0200 |
commit | 3d6bc5af91b522a81e3b157b1dfefa66d9e7adf8 (patch) | |
tree | 760206ea9b18d9e12f06b3f4bd074eea57fbf4a5 /gnu/packages/vim.scm | |
parent | 83541fb678d0d5428cffdb968092514b64b260e4 (diff) | |
download | patches-3d6bc5af91b522a81e3b157b1dfefa66d9e7adf8.tar patches-3d6bc5af91b522a81e3b157b1dfefa66d9e7adf8.tar.gz |
gnu: vim: Use https.
* gnu/packages/vim.scm (vim)[home-page]: Use https.
Diffstat (limited to 'gnu/packages/vim.scm')
-rw-r--r-- | gnu/packages/vim.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index ecce4e0ae6..5d782ba3db 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm @@ -103,7 +103,7 @@ ("ncurses" ,ncurses) ("perl" ,perl) ("tcsh" ,tcsh))) ; For runtime/tools/vim32 - (home-page "http://www.vim.org/") + (home-page "https://www.vim.org/") (synopsis "Text editor based on vi") (description "Vim is a highly configurable text editor built to enable efficient text |