vim: migrate homepage URL to https:// schema

This commit is contained in:
luzpaz
2025-01-28 06:41:43 -05:00
committed by GitHub
parent ad21af3129
commit d563b8c325
+1 -1
View File
@@ -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