summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-05-03 12:07:45 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-05-03 12:07:45 +0000
commit593eeb54d09aa29575f3f49f1594491499f80d8c (patch)
tree1e3183976d3cc32a13594b007bbc2c79ff311416 /pkgs/applications
parent6209407d7abe336ecf3163da39fe0076ed8db19c (diff)
downloadnixlib-593eeb54d09aa29575f3f49f1594491499f80d8c.tar
nixlib-593eeb54d09aa29575f3f49f1594491499f80d8c.tar.gz
nixlib-593eeb54d09aa29575f3f49f1594491499f80d8c.tar.bz2
nixlib-593eeb54d09aa29575f3f49f1594491499f80d8c.tar.lz
nixlib-593eeb54d09aa29575f3f49f1594491499f80d8c.tar.xz
nixlib-593eeb54d09aa29575f3f49f1594491499f80d8c.tar.zst
nixlib-593eeb54d09aa29575f3f49f1594491499f80d8c.zip
Fixing a typo, semicolon, in the coriander expression.
svn path=/nixpkgs/trunk/; revision=33980
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/video/coriander/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/coriander/default.nix b/pkgs/applications/video/coriander/default.nix
index 5fde5ed40a9b..f4be54ae23ec 100644
--- a/pkgs/applications/video/coriander/default.nix
+++ b/pkgs/applications/video/coriander/default.nix
@@ -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;
   };