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 = { meta = {
homepage = http://damien.douxchamps.net/ieee1394/coriander/; homepage = http://damien.douxchamps.net/ieee1394/coriander/;
description = "GUI for controlling a Digital Camera through the IEEE1394 bus"; description = "GUI for controlling a Digital Camera through the IEEE1394 bus";
license = "GPLv3+"
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };

View File

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