Fixing a typo, semicolon, in the coriander expression.

svn path=/nixpkgs/trunk/; revision=33980
This commit is contained in:
Lluís Batlle i Rossell 2012-05-03 12:07:45 +00:00
parent 6209407d7a
commit 593eeb54d0

View File

@ -18,7 +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+"
license = "GPLv3+";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
};