summary refs log tree commit diff
path: root/pkgs/applications/video/mjpg-streamer
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-06-07 04:57:21 +0300
committerNikolay Amiantov <ab@fmap.me>2016-06-07 04:57:21 +0300
commitbd1b236f7c72260b3b74244c9998ecd6b204ae8b (patch)
treee5d352ce751fd71c48778d0a08843c5078398b9f /pkgs/applications/video/mjpg-streamer
parentffb1e8506b662f86c4a7b1d071fa5162be22c753 (diff)
downloadnixpkgs-bd1b236f7c72260b3b74244c9998ecd6b204ae8b.tar
nixpkgs-bd1b236f7c72260b3b74244c9998ecd6b204ae8b.tar.gz
nixpkgs-bd1b236f7c72260b3b74244c9998ecd6b204ae8b.tar.bz2
nixpkgs-bd1b236f7c72260b3b74244c9998ecd6b204ae8b.tar.lz
nixpkgs-bd1b236f7c72260b3b74244c9998ecd6b204ae8b.tar.xz
nixpkgs-bd1b236f7c72260b3b74244c9998ecd6b204ae8b.tar.zst
nixpkgs-bd1b236f7c72260b3b74244c9998ecd6b204ae8b.zip
fix 'licenses' -> 'license' in several places
Diffstat (limited to 'pkgs/applications/video/mjpg-streamer')
-rw-r--r--pkgs/applications/video/mjpg-streamer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/mjpg-streamer/default.nix b/pkgs/applications/video/mjpg-streamer/default.nix
index 5409cf9f2f7..5fd0664d15b 100644
--- a/pkgs/applications/video/mjpg-streamer/default.nix
+++ b/pkgs/applications/video/mjpg-streamer/default.nix
@@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
     homepage = http://sourceforge.net/projects/mjpg-streamer/;
     description = "MJPG-streamer takes JPGs from Linux-UVC compatible webcams, filesystem or other input plugins and streams them as M-JPEG via HTTP to webbrowsers, VLC and other software";
     platforms = platforms.linux;
-    licenses = licenses.gpl2;
+    license = licenses.gpl2;
   };
 }