gramps: add license

+1
+1
pkgs/applications/misc/gramps/default.nix
··· 52 meta = with stdenv.lib; { 53 description = "Genealogy software"; 54 homepage = http://gramps-project.org; 55 }; 56 }
··· 52 meta = with stdenv.lib; { 53 description = "Genealogy software"; 54 homepage = http://gramps-project.org; 55 + license = licenses.gpl2; 56 }; 57 }