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

@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://damien.douxchamps.net/ieee1394/coriander/;
description = "GUI for controlling a Digital Camera through the IEEE1394 bus";
license = "GPLv3+"
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
};

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;
};