python310Packages.robotsuite: fix deprecated gpl3 license

This commit is contained in:
Anthony Roussel 2022-08-21 22:28:55 +02:00
parent 96a8cd2bd3
commit ee08b8ce6a
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

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