summary refs log tree commit diff
path: root/pkgs/applications/graphics/hugin
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-04-05 21:41:47 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-04-05 21:41:47 +0000
commitc36012783fde5e40132171c7230d82b8e6e055d8 (patch)
tree7da9555622411a29de6156a5de89d06b2091836c /pkgs/applications/graphics/hugin
parent2dd00f1a5702530263985cead85c51c7681132c3 (diff)
downloadnixpkgs-c36012783fde5e40132171c7230d82b8e6e055d8.tar
nixpkgs-c36012783fde5e40132171c7230d82b8e6e055d8.tar.gz
nixpkgs-c36012783fde5e40132171c7230d82b8e6e055d8.tar.bz2
nixpkgs-c36012783fde5e40132171c7230d82b8e6e055d8.tar.lz
nixpkgs-c36012783fde5e40132171c7230d82b8e6e055d8.tar.xz
nixpkgs-c36012783fde5e40132171c7230d82b8e6e055d8.tar.zst
nixpkgs-c36012783fde5e40132171c7230d82b8e6e055d8.zip
Fixing licenses for the last packages I added.
svn path=/nixpkgs/trunk/; revision=14895
Diffstat (limited to 'pkgs/applications/graphics/hugin')
-rw-r--r--pkgs/applications/graphics/hugin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/hugin/default.nix b/pkgs/applications/graphics/hugin/default.nix
index b0bc5317ff9..f47858fcf2a 100644
--- a/pkgs/applications/graphics/hugin/default.nix
+++ b/pkgs/applications/graphics/hugin/default.nix
@@ -25,6 +25,6 @@ stdenv.mkDerivation {
   meta = {
     homepage = http://hugin.sourceforge.net/;
     description = "Panoramic imaging toolchain";
-    license = "GPL";
+    license = "GPLv2";
   };
 }