Fixing the license of google earth according to ludo advices:

"There is no google license, we can use the general 'unfree' license metainfo"

svn path=/nixpkgs/trunk/; revision=15052
This commit is contained in:
Lluís Batlle i Rossell 2009-04-15 09:09:48 +00:00
parent 17e7e8be97
commit 6917fa229d

View File

@ -67,6 +67,6 @@ stdenv.mkDerivation {
meta = {
description = "A world sphere viewer";
homepage = http://earth.google.com;
license = "Google";
license = "unfree";
};
}