python310Packages.robotsuite: fix deprecated gpl3 license

+1 -1
+1 -1
pkgs/development/python-modules/robotsuite/default.nix
··· 32 meta = with lib; { 33 description = "Python unittest test suite for Robot Framework"; 34 homepage = "https://github.com/collective/robotsuite/"; 35 - license = licenses.gpl3; 36 }; 37 }
··· 32 meta = with lib; { 33 description = "Python unittest test suite for Robot Framework"; 34 homepage = "https://github.com/collective/robotsuite/"; 35 + license = licenses.gpl3Only; 36 }; 37 }