about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim/qvim.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2014-11-19 20:41:58 -0600
committerThomas Tuegel <ttuegel@gmail.com>2014-11-20 05:14:02 -0600
commit1286572302d4bb7ee4b1630dae6849a669bfcbad (patch)
tree14695daa93b022a493f367b725021f06592e37f4 /pkgs/applications/editors/vim/qvim.nix
parentf383ecb8c4fb7c66ce95cbbdc639ba9fdedf66d7 (diff)
downloadnixlib-1286572302d4bb7ee4b1630dae6849a669bfcbad.tar
nixlib-1286572302d4bb7ee4b1630dae6849a669bfcbad.tar.gz
nixlib-1286572302d4bb7ee4b1630dae6849a669bfcbad.tar.bz2
nixlib-1286572302d4bb7ee4b1630dae6849a669bfcbad.tar.lz
nixlib-1286572302d4bb7ee4b1630dae6849a669bfcbad.tar.xz
nixlib-1286572302d4bb7ee4b1630dae6849a669bfcbad.tar.zst
nixlib-1286572302d4bb7ee4b1630dae6849a669bfcbad.zip
qvim: add ttuegel to maintainers
Diffstat (limited to 'pkgs/applications/editors/vim/qvim.nix')
-rw-r--r--pkgs/applications/editors/vim/qvim.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/vim/qvim.nix b/pkgs/applications/editors/vim/qvim.nix
index 8a2b71e3b57d..5d1a8a6f1410 100644
--- a/pkgs/applications/editors/vim/qvim.nix
+++ b/pkgs/applications/editors/vim/qvim.nix
@@ -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;
   };
 })