From fcd137ae52d6761e6b1cabcfed3e2295b818720a Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Wed, 24 Aug 2022 11:56:28 +0200 Subject: [PATCH] trash-cli: mark license as "GPL-2.0 and later" --- pkgs/tools/misc/trash-cli/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/trash-cli/default.nix b/pkgs/tools/misc/trash-cli/default.nix index 926df8d7aa16..7ecaaec8e0c1 100644 --- a/pkgs/tools/misc/trash-cli/default.nix +++ b/pkgs/tools/misc/trash-cli/default.nix @@ -45,7 +45,7 @@ python3Packages.buildPythonApplication rec { description = "Command line tool for the desktop trash can"; maintainers = [ maintainers.rycee ]; platforms = platforms.unix; - license = licenses.gpl2; + license = licenses.gpl2Plus; mainProgram = "trash"; }; }