motion: add veprbl to meta.maintainers

This commit is contained in:
Dmitry Kalinkin
2018-12-15 11:28:34 -05:00
parent e3fbe61b71
commit 7d3993295c

View File

@@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
description = "Monitors the video signal from cameras";
homepage = https://motion-project.github.io/;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ puffnfresh ];
maintainers = with maintainers; [ puffnfresh veprbl ];
};
}