Merge pull request #318501 from nagy/screen-license
screen: change license to gpl3Plus
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user