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
+1 -1
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" ];