qvim: add ttuegel to maintainers

This commit is contained in:
Thomas Tuegel 2014-11-19 20:41:58 -06:00
parent f383ecb8c4
commit 1286572302
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ composableDerivation {
meta = with stdenv.lib; {
description = "The most popular clone of the VI editor (Qt GUI fork)";
homepage = https://bitbucket.org/equalsraf/vim-qt/wiki/Home;
maintainers = with maintainers; [ smironov ];
maintainers = with maintainers; [ smironov ttuegel ];
platforms = platforms.linux;
};
})