1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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";
};
}