python310Packages.robotsuite: fix deprecated gpl3 license

This commit is contained in:
Anthony Roussel
2022-08-21 22:38:59 +02:00
parent 96a8cd2bd3
commit ee08b8ce6a
@@ -32,6 +32,6 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python unittest test suite for Robot Framework";
homepage = "https://github.com/collective/robotsuite/";
license = licenses.gpl3;
license = licenses.gpl3Only;
};
}