From d563b8c325c4234bceb94aa3ca0c8f09eac084ac Mon Sep 17 00:00:00 2001 From: luzpaz Date: Tue, 28 Jan 2025 06:41:43 -0500 Subject: [PATCH] vim: migrate homepage URL to https:// schema --- pkgs/applications/editors/vim/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/vim/common.nix b/pkgs/applications/editors/vim/common.nix index d6a8185048bb..a6cc1fab50ad 100644 --- a/pkgs/applications/editors/vim/common.nix +++ b/pkgs/applications/editors/vim/common.nix @@ -37,7 +37,7 @@ rec { meta = with lib; { description = "Most popular clone of the VI editor"; - homepage = "http://www.vim.org"; + homepage = "https://www.vim.org"; license = licenses.vim; maintainers = with maintainers; [ das_j