Adding the license meta for two packages I added today.

svn path=/nixpkgs/trunk/; revision=33977
wip/yesman
Lluís Batlle i Rossell 12 years ago
parent f9526cd7f1
commit 6209407d7a
  1. 1
      pkgs/applications/video/coriander/default.nix
  2. 1
      pkgs/development/libraries/libdc1394/default.nix

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

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

Loading…
Cancel
Save