trash-cli: mark license as "GPL-2.0 and later"

This commit is contained in:
Robert Helgesson
2022-08-24 12:31:15 +02:00
committed by Bjørn Forsman
parent eb972be5d0
commit fcd137ae52
+1 -1
View File
@@ -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";
};
}