Adding the license meta for two packages I added today.

svn path=/nixpkgs/trunk/; revision=33977
This commit is contained in:
Lluís Batlle i Rossell
2012-05-03 09:41:11 +00:00
parent f9526cd7f1
commit 6209407d7a
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://sourceforge.net/projects/libdc1394/;
description = "Capture and control API for IIDC compliant cameras";
license = "LGPLv2.1+";
maintainers = [ stdenv.lib.maintainers.viric ];
platforms = stdenv.lib.platforms.linux;
};