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

This commit is contained in:
Robert Helgesson 2022-08-24 11:56:28 +02:00 committed by Bjørn Forsman
parent eb972be5d0
commit fcd137ae52

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