Hugin: Fix `meta.license'.

svn path=/nixpkgs/trunk/; revision=14898
This commit is contained in:
Ludovic Courtès 2009-04-06 08:26:13 +00:00
parent e5ed8fe009
commit 61a559cf97

View file

@ -25,6 +25,6 @@ stdenv.mkDerivation {
meta = {
homepage = http://hugin.sourceforge.net/;
description = "Panoramic imaging toolchain";
license = "GPLv2";
license = "GPLv2+";
};
}