From ee08b8ce6a702bdc19cb0e6bd10af93326e328cf Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Sun, 21 Aug 2022 22:28:55 +0200 Subject: [PATCH] python310Packages.robotsuite: fix deprecated gpl3 license --- pkgs/development/python-modules/robotsuite/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/robotsuite/default.nix b/pkgs/development/python-modules/robotsuite/default.nix index cc5f6672f01b..8e51b8409421 100644 --- a/pkgs/development/python-modules/robotsuite/default.nix +++ b/pkgs/development/python-modules/robotsuite/default.nix @@ -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; }; }