about summary refs log tree commit diff
path: root/pkgs/applications/video/coriander
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-05-03 09:41:11 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-05-03 09:41:11 +0000
commit6209407d7abe336ecf3163da39fe0076ed8db19c (patch)
tree2056cd45b10f6931b3d37e48df2a70d3caa77a66 /pkgs/applications/video/coriander
parentf9526cd7f15e8deb0c5c8ec1208ca8d3b4742251 (diff)
downloadnixlib-6209407d7abe336ecf3163da39fe0076ed8db19c.tar
nixlib-6209407d7abe336ecf3163da39fe0076ed8db19c.tar.gz
nixlib-6209407d7abe336ecf3163da39fe0076ed8db19c.tar.bz2
nixlib-6209407d7abe336ecf3163da39fe0076ed8db19c.tar.lz
nixlib-6209407d7abe336ecf3163da39fe0076ed8db19c.tar.xz
nixlib-6209407d7abe336ecf3163da39fe0076ed8db19c.tar.zst
nixlib-6209407d7abe336ecf3163da39fe0076ed8db19c.zip
Adding the license meta for two packages I added today.
svn path=/nixpkgs/trunk/; revision=33977
Diffstat (limited to 'pkgs/applications/video/coriander')
-rw-r--r--pkgs/applications/video/coriander/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/video/coriander/default.nix b/pkgs/applications/video/coriander/default.nix
index 01abe86ae2cb..5fde5ed40a9b 100644
--- a/pkgs/applications/video/coriander/default.nix
+++ b/pkgs/applications/video/coriander/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;
   };