From 61a559cf972ecdd79aec4a77a2a787d078ec7cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 6 Apr 2009 08:26:13 +0000 Subject: [PATCH] Hugin: Fix `meta.license'. svn path=/nixpkgs/trunk/; revision=14898 --- pkgs/applications/graphics/hugin/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/hugin/default.nix b/pkgs/applications/graphics/hugin/default.nix index f47858fcf2a..1b96e552f31 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 = "GPLv2"; + license = "GPLv2+"; }; }