From 7ce67c4356d23fbd830d76fe86e96c186088b0e5 Mon Sep 17 00:00:00 2001 From: Philip Taron Date: Tue, 23 Apr 2024 08:05:20 -0700 Subject: [PATCH] vim: add philiptaron to maintainers --- 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 d33891c37d26..74afc2182dd5 100644 --- a/pkgs/applications/editors/vim/common.nix +++ b/pkgs/applications/editors/vim/common.nix @@ -36,7 +36,7 @@ rec { description = "The most popular clone of the VI editor"; homepage = "http://www.vim.org"; license = licenses.vim; - maintainers = with maintainers; [ das_j equirosa ]; + maintainers = with maintainers; [ das_j equirosa philiptaron ]; platforms = platforms.unix; mainProgram = "vim"; outputsToInstall = [ "out" "xxd" ];