trash-cli: mark license as "GPL-2.0 and later"
This commit is contained in:
parent
eb972be5d0
commit
fcd137ae52
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
description = "Command line tool for the desktop trash can";
|
description = "Command line tool for the desktop trash can";
|
||||||
maintainers = [ maintainers.rycee ];
|
maintainers = [ maintainers.rycee ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Plus;
|
||||||
mainProgram = "trash";
|
mainProgram = "trash";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue