screen: change license to gpl3Plus

According to the `COPYING` file in the repository, the license is GPL3+.

https://git.savannah.gnu.org/cgit/screen.git/tree/COPYING?h=v.4.9.1
This commit is contained in:
Daniel Nagy 2024-06-09 12:15:00 +02:00
parent 7d916e720a
commit b4d62a957e
No known key found for this signature in database

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://www.gnu.org/software/screen/";
description = "A window manager that multiplexes a physical terminal";
license = licenses.gpl2Plus;
license = licenses.gpl3Plus;
longDescription =
'' GNU Screen is a full-screen window manager that multiplexes a physical