python310Packages.robotsuite: fix deprecated gpl3 license
This commit is contained in:
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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user