diff --git a/gnu/packages/screen.scm b/gnu/packages/screen.scm index d033415f6f..608e63c7c6 100644 --- a/gnu/packages/screen.scm +++ b/gnu/packages/screen.scm @@ -58,4 +58,4 @@ (define-public screen windows, etc. All windows run their programs completely independent of each other. Programs continue to run when their window is currently not visible and even when the whole screen session is detached from the users terminal.") - (license "gpl2"))) + (license gpl2+)))