From b4d62a957eb361e24118960e9e8567730daa13b5 Mon Sep 17 00:00:00 2001 From: Daniel Nagy Date: Sun, 9 Jun 2024 12:15:00 +0200 Subject: [PATCH] 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 --- pkgs/tools/misc/screen/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/screen/default.nix b/pkgs/tools/misc/screen/default.nix index 1559aa11de4b..e7bb59dba863 100644 --- a/pkgs/tools/misc/screen/default.nix +++ b/pkgs/tools/misc/screen/default.nix @@ -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