about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2018-12-15 11:28:34 -0500
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2018-12-15 11:28:34 -0500
commit7d3993295ce3642617afe1a1b0d1dc613d671262 (patch)
treec100b5605d8f0e8d365b947dda7182f7f73155dc /pkgs
parente3fbe61b713a3afbbdf9dc91610b6a2b22db1cd9 (diff)
downloadnixlib-7d3993295ce3642617afe1a1b0d1dc613d671262.tar
nixlib-7d3993295ce3642617afe1a1b0d1dc613d671262.tar.gz
nixlib-7d3993295ce3642617afe1a1b0d1dc613d671262.tar.bz2
nixlib-7d3993295ce3642617afe1a1b0d1dc613d671262.tar.lz
nixlib-7d3993295ce3642617afe1a1b0d1dc613d671262.tar.xz
nixlib-7d3993295ce3642617afe1a1b0d1dc613d671262.tar.zst
nixlib-7d3993295ce3642617afe1a1b0d1dc613d671262.zip
motion: add veprbl to meta.maintainers
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/video/motion/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/motion/default.nix b/pkgs/applications/video/motion/default.nix
index 5317ba1f2945..b3367951b9f5 100644
--- a/pkgs/applications/video/motion/default.nix
+++ b/pkgs/applications/video/motion/default.nix
@@ -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 ];
   };
 }