Author: viric
Date: Thu May  3 12:07:45 2012
New Revision: 33980
URL: https://nixos.org/websvn/nix/?rev=33980&sc=1

Log:
Fixing a typo, semicolon, in the coriander expression.

Modified:
   nixpkgs/trunk/pkgs/applications/video/coriander/default.nix

Modified: nixpkgs/trunk/pkgs/applications/video/coriander/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/video/coriander/default.nix Thu May  3 
10:44:34 2012        (r33979)
+++ nixpkgs/trunk/pkgs/applications/video/coriander/default.nix Thu May  3 
12:07:45 2012        (r33980)
@@ -18,7 +18,7 @@
   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;
   };
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to