Adding the license meta for two packages I added today.
svn path=/nixpkgs/trunk/; revision=33977
This commit is contained in:
parent
f9526cd7f1
commit
6209407d7a
@ -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;
|
||||||
};
|
};
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user