Fixing a typo, semicolon, in the coriander expression.
svn path=/nixpkgs/trunk/; revision=33980
This commit is contained in:
parent
6209407d7a
commit
593eeb54d0
@ -18,7 +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+"
|
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;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user