Merge pull request #306306 from philiptaron/add-to-vim-maintainers

vim: add @philiptaron to maintainers
This commit is contained in:
Rick van Schijndel 2024-04-26 20:56:21 +02:00 committed by GitHub
commit e8a4fd66a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" ];