forked from mirrors/nixpkgs
trash-cli: mark license as "GPL-2.0 and later"
This commit is contained in:
parent
eb972be5d0
commit
fcd137ae52
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue